Freigeben über


VsExpansionPackageClass.GetTokenPath-Methode

Weitere Informationen finden Sie unter GetTokenPath.

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

Syntax

'Declaration
Public Overridable Function GetTokenPath ( _
    token As UInteger, _
    <OutAttribute> ByRef pbstrPath As String _
) As Integer
public virtual int GetTokenPath(
    uint token,
    out string pbstrPath
)
public:
virtual int GetTokenPath(
    [InAttribute] unsigned int token, 
    [OutAttribute] String^% pbstrPath
)
abstract GetTokenPath : 
        token:uint32 * 
        pbstrPath:string byref -> int  
override GetTokenPath : 
        token:uint32 * 
        pbstrPath:string byref -> int
public function GetTokenPath(
    token : uint, 
    pbstrPath : String
) : int

Parameter

  • token
    Typ: UInt32

    [in]

  • pbstrPath
    Typ: String%

    [out]

Rückgabewert

Typ: Int32

Implementiert

IVsExpansionManager.GetTokenPath(UInt32, String%)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsExpansionPackageClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace