Método VsExpansionPackageClass.GetTokenPath
Consulte GetTokenPath.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
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
Parâmetros
token
Tipo: UInt32[in]
pbstrPath
Tipo: String%[out]
Valor de retorno
Tipo: Int32
Implementações
IVsExpansionManager.GetTokenPath(UInt32, String%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.