Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As VsExpansionPackageClass
Dim token As UInteger
Dim pbstrPath As String
Dim returnValue As Integer
returnValue = instance.GetTokenPath(token, _
pbstrPath)
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
Parameters
- token
Type: System.UInt32
- pbstrPath
Type: System.String%
[out]
Return Value
Type: System.Int32
Implements
IVsExpansionManager.GetTokenPath(UInt32, String%)
.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.