VsExpansionPackageClass::GetTokenPath Method (UInt32, String^)
Visual Studio 2015
Returns the path to the specified location. See GetTokenPath.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- token
-
Type:
System::UInt32
[in] A value from the _ExpansionToken enumeration.
- pbstrPath
-
Type:
System::String^
[out] Returns a string containing the full path to the specified location.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: