Compartir a través de


TextDocumentFileActionEventArgs.FilePath Propiedad

Definición

Obtiene la ruta de acceso al archivo.

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

Valor de propiedad

Ruta de acceso al archivo.

Comentarios

En el caso de cambio de nombre (DocumentRenamed) esta propiedad proporciona la nueva ruta de acceso del archivo y OldFilePath : la ruta de acceso del archivo anterior.

Se aplica a