Поделиться через


TextDocumentFileActionEventArgs.FilePath Свойство

Определение

Получает путь к файлу.

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 — старый путь к файлу.

Применяется к