VsExpansionPackageClass::GetTokenPath Method (UInt32, String^)

 

Returns the path to the specified location. See GetTokenPath.

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

public:
virtual int GetTokenPath(
	unsigned int token,
	[OutAttribute] String^% pbstrPath
)

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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: