TextDocumentFileActionEventArgs.FilePath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le chemin d'accès au fichier.
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
Valeur de propriété
Chemin d'accès au fichier.
Remarques
Dans le cas du renommage (DocumentRenamed), cette propriété fournit le nouveau chemin d’accès au fichier et OldFilePath - l’ancien chemin d’accès au fichier.