IInstalledToolboxItemInfo Interface

Definition

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).

Applies to