Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the display name.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Function GetDisplayNameForTag ( _
    nTagType As UInteger, _
    wszBufferIn As String, _
    <OutAttribute> ByRef pbstrBufferOut As String _
) As Integer
int GetDisplayNameForTag(
    uint nTagType,
    string wszBufferIn,
    out string pbstrBufferOut
)
int GetDisplayNameForTag(
    [InAttribute] unsigned int nTagType, 
    [InAttribute] String^ wszBufferIn, 
    [OutAttribute] String^% pbstrBufferOut
)
abstract GetDisplayNameForTag : 
        nTagType:uint32 * 
        wszBufferIn:string * 
        pbstrBufferOut:string byref -> int
function GetDisplayNameForTag(
    nTagType : uint, 
    wszBufferIn : String, 
    pbstrBufferOut : String
) : int
Parameters
- nTagType 
 Type: UInt32- __XMLMEMBERDATA_TAGTYPE value specifying the tag type 
- wszBufferIn 
 Type: String- The tag name 
- pbstrBufferOut 
 Type: String%- The display name for the tag 
Return Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.