IExtensionReference.NestedExtensionPath 属性

一个 VSIX 包的路径,相对于父扩展的根目录。

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

语法

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

属性值

类型:String
对应于当前 IExtensionReference 实例 VSIX 元素的值。

备注

尽管此 API 支持 扩展管理器 基础结构,不建议使用它,因为它可能会发生更改。

.NET Framework 安全性

请参阅

参考

IExtensionReference 接口

Microsoft.VisualStudio.ExtensionManager 命名空间