IInstalledToolboxItemInfo Interface
Supplies information about an existing toolbox item.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Interface IInstalledToolboxItemInfo
public interface IInstalledToolboxItemInfo
public interface class IInstalledToolboxItemInfo
type IInstalledToolboxItemInfo = interface end
public interface IInstalledToolboxItemInfo
The IInstalledToolboxItemInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
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). |
Top
Remarks
This interface is implemented by packages and supplied through GetItemInfo.