IToolboxItemDiscovery Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about managed types from which toolbox items could be created.
public interface class IToolboxItemDiscovery
public interface class IToolboxItemDiscovery
__interface IToolboxItemDiscovery
public interface IToolboxItemDiscovery
type IToolboxItemDiscovery = interface
Public Interface IToolboxItemDiscovery
- Derived
Remarks
Implemented by packages and supplied from IToolboxItemDiscoveryFactory.CreateItemDiscovery. Packages deriving from Microsoft.VisualStudio.Shell.Package supply this object via the discoveryType argument to ProvideToolboxItemDiscoveryAttribute. This object is only used in a secondary appdomain which is unloaded after assembly enumeration completes.
Properties
AdditionalAssemblyPaths |
Gets a collection of additional assembly paths to search for toolbox items. |
Methods
GetItemInfo(IToolboxType) |
Returns the IToolboxItemInfo corresponding to a given type. |