Share via


IVsXMLMemberDataCallBack.GetDisplayNameForTag(UInt32, String, String) Method

Definition

Gets the display name.

public:
 int GetDisplayNameForTag(System::UInt32 nTagType, System::String ^ wszBufferIn, [Runtime::InteropServices::Out] System::String ^ % pbstrBufferOut);
int GetDisplayNameForTag(unsigned int nTagType, std::wstring const & wszBufferIn, [Runtime::InteropServices::Out] std::wstring const & & pbstrBufferOut);
public int GetDisplayNameForTag (uint nTagType, string wszBufferIn, out string pbstrBufferOut);
abstract member GetDisplayNameForTag : uint32 * string * string -> int
Public Function GetDisplayNameForTag (nTagType As UInteger, wszBufferIn As String, ByRef pbstrBufferOut As String) As Integer

Parameters

nTagType
UInt32

__XMLMEMBERDATA_TAGTYPE value specifying the tag type

wszBufferIn
String

The tag name

pbstrBufferOut
String

The display name for the tag

Returns

Applies to