Sdílet prostřednictvím


TextDocumentFileActionEventArgs.FilePath Vlastnost

Definice

Získá cestu k souboru.

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

Hodnota vlastnosti

Cesta k souboru.

Poznámky

V případě přejmenování (DocumentRenamed) tato vlastnost poskytuje novou cestu k souboru a OldFilePath starou cestu k souboru.

Platí pro