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
Public property AssemblyName Gets the assembly name of the item.
Public property CustomProperties Gets the strings to display in the dialog’s “custom” columns, or null if no custom properties are needed.
Public property 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.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace