Source::GetFilePath Method ()

 

Gets the file name of the source file.

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

public:
virtual String^ GetFilePath()

Return Value

Type: System::String^

The file name of the source file.

This helper method obtains the path name from the IVsTextLines object passed to the Source class constructor.

Return to top
Show: