DesignerWindowPane::GetToolboxItemSupported Method (IDataObject^)
Visual Studio 2015
Determines whether or not the given data object is supported by the designer.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- toolboxItem
- Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^
| Exception | Condition |
|---|---|
| ArgumentNullException | toolboxItem is null. |
This method is called when Visual Studio needs to evaluate which toolbox items should be enabled. The default implementation searches the service provider for the IVsToolboxUser interface and delegates. If the IVsToolboxUser interface cannot be found, this will search the service provider for IToolboxService and call IsSupported.
Show: