TextDocumentFileActionEventArgs.FilePath プロパティ

定義

ファイルへのパスを取得します。

public:
 property System::String ^ FilePath { System::String ^ get(); };
public:
 property Platform::String ^ FilePath { Platform::String ^ get(); };
public string FilePath { get; }
member this.FilePath : string
Public ReadOnly Property FilePath As String

プロパティ値

ファイル パス。

注釈

名前の変更のケース (DocumentRenamed) では、このプロパティは新しいファイル パスと OldFilePath - 古いファイル パスを提供します。

適用対象