IExtensionContent.Attributes 属性

目录的属性。

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

语法

声明
ReadOnly Property Attributes As IDictionary(Of String, String)
IDictionary<string, string> Attributes { get; }
property IDictionary<String^, String^>^ Attributes {
    IDictionary<String^, String^>^ get ();
}
abstract Attributes : IDictionary<string, string> with get
function get Attributes () : IDictionary<String, String>

属性值

类型:IDictionary<String, String>
包含的 IDictionary VSIX 的 内容 元素的特性字段和值指示。

备注

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

.NET Framework 安全性

请参阅

参考

IExtensionContent 接口

Microsoft.VisualStudio.ExtensionManager 命名空间