TextDocumentFileActionEventArgs::FilePath Property

 

Gets the path to the file.

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

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

Property Value

Type: System::String^

The file path.

Return to top
Show: