FilePathUtilities::GetFilePath Method (IVsTextLines^)

 
clsCompliantAlternativeNone

Gets the file path from an IVsTextLines buffer.

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

public:
[CLSCompliantAttribute(false)]
static String^ GetFilePath(
	IVsTextLines^ textLines
)

Return Value

Type: System::String^

The file path.

Return to top
Show: