InstalledToolboxItemInfo Class
Visual Studio 2015
Supplies information about an existing toolbox item.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | InstalledToolboxItemInfo(String, AssemblyName, IEnumerable<KeyValuePair<String, String>>) | Initializes a new instance of the InstalledToolboxItemInfo class. |
| Name | Description | |
|---|---|---|
![]() | 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). |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


