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)

public interface IInstalledToolboxItemInfo

NameDescription
System_CAPS_pubpropertyAssemblyName

Gets the assembly name of the item.

System_CAPS_pubpropertyCustomProperties

Gets the strings to display in the dialog’s “custom” columns, or null if no custom properties are needed.

System_CAPS_pubpropertyTypeName

Gets the full hierarchical type name of the item (not including the assembly name).

This interface is implemented by packages and supplied through GetItemInfo.

Return to top
Show: