Share via


IVsXMLMemberDataCallBack.GetDisplayNameForTag Method

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

  • pbstrBufferOut
    Type: System.String%

    The display name for the tag

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsXMLMemberDataCallBack Interface

Microsoft.VisualStudio.Shell.Interop Namespace