다음을 통해 공유


TextDocumentFileActionEventArgs.FilePath Property

Gets the path to the file.

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

Syntax

‘선언
Public ReadOnly Property FilePath As String
public string FilePath { get; }
public:
property String^ FilePath {
    String^ get ();
}
member FilePath : string
function get FilePath () : String

Property Value

Type: System.String
The file path.

.NET Framework Security

See Also

Reference

TextDocumentFileActionEventArgs Class

Microsoft.VisualStudio.Text Namespace