IVsXMLMemberDataCallBack.GetDisplayNameForTag(UInt32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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