TextDocumentFileActionEventArgs.FilePath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルへのパスを取得します。
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 - 古いファイル パスを提供します。