IInstalledToolboxItemInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supplies information about an existing toolbox item.
public interface class IInstalledToolboxItemInfo
public interface class IInstalledToolboxItemInfo
__interface IInstalledToolboxItemInfo
public interface IInstalledToolboxItemInfo
type IInstalledToolboxItemInfo = interface
Public Interface IInstalledToolboxItemInfo
- Derived
Remarks
Implemented by packages and supplied via IToolboxItemCreator.GetItemInfo.
Properties
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). |