IPersistentSpan::FilePath Property

Visual Studio 2015
 

Gets the file path of the document.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property String^ FilePath {
	String^ get();
}

Property Value

Type: System::String^

The file path of the document.

This property is valid whether or not the document is open.

Return to top
Show: