IToolboxItemDiscoveryWithContext 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 IToolboxItemDiscoveryWithContext
public interface class IToolboxItemDiscoveryWithContext
__interface IToolboxItemDiscoveryWithContext
public interface IToolboxItemDiscoveryWithContext
type IToolboxItemDiscoveryWithContext = interface
Public Interface IToolboxItemDiscoveryWithContext
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, ToolboxItemDiscoveryContext) |
Returns the IToolboxItemInfo corresponding to a given type. |