IVsXMLMemberDataCallBack::GetDisplayNameForTag Method (UInt32, String^, String^)
Visual Studio 2015
Gets the display name.
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
Show: