共用方式為


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 - 舊的檔案路徑。

適用於