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 이전 파일 경로를 제공합니다.

적용 대상