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
文件夹或文件的相对路径。

请参阅

参考

IProtectPathInfo 接口

Microsoft.WebMatrix.Extensibility 命名空间