IToolboxItemDiscovery Interface
Visual Studio 2015
Provides information about managed types from which toolbox items could be created.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdditionalAssemblyPaths | Gets a collection of additional assembly paths to search for toolbox items. |
| Name | Description | |
|---|---|---|
![]() | GetItemInfo(IToolboxType) | Returns the IToolboxItemInfo corresponding to a given type. |
Implemented by packages and supplied from CreateItemDiscovery. Packages deriving from Package supply this object through the discoveryType argument to ProvideToolboxItemDiscoveryAttribute. This object is only used in a secondary application domain that is unloaded after assembly enumeration completes.
Show:

