IVsXMLMemberDataCallBack::GetDisplayNameForTag Method (UInt32, String^, String^)

 

Gets the display name.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int GetDisplayNameForTag(
	unsigned int nTagType,
	String^ wszBufferIn,
	[OutAttribute] String^% pbstrBufferOut
)

Parameters

nTagType
Type: System::UInt32

__XMLMEMBERDATA_TAGTYPE value specifying the tag type

wszBufferIn
Type: System::String^

The tag name

pbstrBufferOut
Type: System::String^

The display name for the tag

Return Value

Type: System::Int32
Return to top
Show: