Source.GetFilePath 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.
Gets the file name of the source file.
public:
virtual System::String ^ GetFilePath();
public:
virtual Platform::String ^ GetFilePath();
virtual std::wstring GetFilePath();
public virtual string GetFilePath ();
abstract member GetFilePath : unit -> string
override this.GetFilePath : unit -> string
Public Overridable Function GetFilePath () As String
Returns
The file name of the source file.
Remarks
This helper method obtains the path name from the IVsTextLines object passed to the Source class constructor.