Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates various objects required for integration with the Choose Toolbox Items dialog.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Interface IToolboxItemDiscoveryFactory
public interface IToolboxItemDiscoveryFactory
public interface class IToolboxItemDiscoveryFactory
type IToolboxItemDiscoveryFactory = interface end
public interface IToolboxItemDiscoveryFactory
The IToolboxItemDiscoveryFactory type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AppDomainCreator | Gets the object that is used to create and unload the application domain that is passed to CreateItemDiscovery. |
![]() |
ItemCreator | Gets the object that is used to create new toolbox items and get information about existing toolbox items. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateItemDiscovery | Creates an object in the given application domain that implements IToolboxItemDiscovery. |
Top