IVsConfigureToolboxItem Interface
Visual Studio 2015
Implemented by clients to configure managed toolbox items as they are added to the toolbox by registering them with the IToolboxService. Objects that implement this interface are created by means of CreateInstance. They should be registered under the $RegRoot$\ToolboxItemConfiguration key.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | ConfigureToolboxItem(Object) | Configures a toolbox item. |
This interface enables clients to configure their items as they are added to the toolbox. For example, the Compact Framework Designer system uses this mechanism to add a ToolboxItemFilterAttribute("NETCF", ToolboxItemFilterType,Require) to hide their toolbox items from the Desktop Forms designer
Show:
