Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
nTagType
Type: System.UInt32__XMLMEMBERDATA_TAGTYPE value specifying the tag type
wszBufferIn
Type: System.StringThe tag name
pbstrBufferOut
Type: System.String%The display name for the tag
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.