IToolboxItemDiscoveryByName 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 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. |