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