InstalledToolboxItemInfo.CustomProperties 属性

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

语法

声明
Public Property CustomProperties As IEnumerable(Of KeyValuePair(Of String, String))
public IEnumerable<KeyValuePair<string, string>> CustomProperties { get; private set; }

属性值

类型:System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>

实现

IInstalledToolboxItemInfo.CustomProperties

.NET Framework 安全性

请参见

参考

InstalledToolboxItemInfo 类

Microsoft.VisualStudio.Shell 命名空间