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