FilePathUtilities::GetFilePath Method (IntPtr)

 

Get file path for an object that implements IVsUserData.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
static String^ GetFilePath(
	IntPtr unknown
)

Parameters

unknown
Type: System::IntPtr

A pointer to the IUnknown interface of the file path.

Return Value

Type: System::String^

The file path.

Return to top
Show: