VsExpansionPackageClass.GetTokenPath(UInt32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the path to the specified location. See GetTokenPath(UInt32, String).
public:
virtual int GetTokenPath(System::UInt32 token, [Runtime::InteropServices::Out] System::String ^ % pbstrPath) = Microsoft::VisualStudio::TextManager::Interop::IVsExpansionManager::GetTokenPath;
public:
virtual int GetTokenPath(System::UInt32 token, [Runtime::InteropServices::Out] System::String ^ % pbstrPath);
virtual int GetTokenPath(unsigned int token, [Runtime::InteropServices::Out] std::wstring const & & pbstrPath);
public virtual int GetTokenPath (uint token, out string pbstrPath);
abstract member GetTokenPath : uint32 * string -> int
override this.GetTokenPath : uint32 * string -> int
Public Overridable Function GetTokenPath (token As UInteger, ByRef pbstrPath As String) As Integer
Parameters
- token
- UInt32
[in] A value from the _ExpansionToken enumeration.
- pbstrPath
- String
[out] Returns a string containing the full path to the specified location.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.