IInstalledToolboxItemInfo 接口

Supplies information about an existing toolbox item.

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

语法

声明
Public Interface IInstalledToolboxItemInfo
public interface IInstalledToolboxItemInfo

IInstalledToolboxItemInfo 类型公开以下成员。

属性

  名称 说明
公共属性 AssemblyName Gets the assembly name of the item.
公共属性 CustomProperties Gets the strings to display in the dialog’s “custom” columns, or null if no custom properties are needed.
公共属性 TypeName Gets the full hierarchical type name of the item (not including the assembly name).

页首

备注

This interface is implemented by packages and supplied through GetItemInfo.

请参见

参考

Microsoft.VisualStudio.Shell 命名空间