FileEventArgs.Path 속성
버전 2에 적용
파일의 위치를 가져오거나 설정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Property Path As String
Get
Private Set
‘사용 방법
Dim instance As FileEventArgs
Dim value As String
value = instance.Path
public string Path { get; private set; }
public:
property String^ Path {
String^ get ();
private: void set (String^ value);
}
member Path : string with get, private set
function get Path () : String
private function set Path (value : String)
속성 값
유형: System.String
파일의 위치입니다.