ITextDocument::FilePath Property

 

The name and path of the file.

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.

Return to top
Show: