IToolboxItemDiscovery Interface

Definition

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.

Applies to