IExtensionContent.RelativePath 属性

相对于该扩展的根目录的路径。

命名空间:  Microsoft.VisualStudio.ExtensionManager
程序集:  Microsoft.VisualStudio.ExtensionManager(在 Microsoft.VisualStudio.ExtensionManager.dll 中)

语法

声明
ReadOnly Property RelativePath As String
string RelativePath { get; }
property String^ RelativePath {
    String^ get ();
}
abstract RelativePath : string with get
function get RelativePath () : String

属性值

类型:String
尽管此 API 支持 扩展管理器 基础结构,不建议使用它,因为它可能会发生更改。
内容 元素的子元素的值。 ContentTypeName 特性指定。

.NET Framework 安全性

请参阅

参考

IExtensionContent 接口

Microsoft.VisualStudio.ExtensionManager 命名空间