ISiteFileSystemItem.Path 속성
버전 2에 적용
파일이나 폴더의 경로를 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property Path As String
Get
‘사용 방법
Dim instance As ISiteFileSystemItem
Dim value As String
value = instance.Path
string Path { get; }
property String^ Path {
String^ get ();
}
abstract Path : string
function get Path () : String
속성 값
유형: System.String
파일이나 폴더의 경로입니다.