IToolboxItemDiscoveryByName Interface

Definition

Provides information about types from which toolbox items could be created.

public interface class IToolboxItemDiscoveryByName
public interface IToolboxItemDiscoveryByName
type IToolboxItemDiscoveryByName = interface
Public Interface IToolboxItemDiscoveryByName

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.

Methods

GetItemInfo(IToolboxTypeByName, ToolboxItemDiscoveryContext)

Returns the IToolboxItemInfo corresponding to a given type.

Applies to