InstalledToolboxItemInfo Class

 

Supplies information about an existing toolbox item.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.InstalledToolboxItemInfo

public class InstalledToolboxItemInfo : IInstalledToolboxItemInfo

NameDescription
System_CAPS_pubmethodInstalledToolboxItemInfo(String, AssemblyName, IEnumerable<KeyValuePair<String, String>>)

Initializes a new instance of the InstalledToolboxItemInfo class.

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: