Partager via


TextDocumentFileActionEventArgs.FilePath Propriété

Définition

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.

S’applique à