IVsToolboxUser Interface
Visual Studio 2015
Sends notification about Toolbox items to the owner of these items.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | IsSupported(IDataObject) | Determines whether the Toolbox user supports the referenced data object. |
![]() | ItemPicked(IDataObject) | Sends notification that an item in the Toolbox is selected through a click, or by pressing ENTER. |
Notes to Implementers:
This interface is implemented by the document view on a designer to enable Toolbox items.
Show:
