IToolboxItemCreator::GetItemInfo Method (IDataObject^)
Visual Studio 2015
Returns information about a control installed on the toolbox.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Parameters
- toolboxItem
-
Type:
Microsoft.VisualStudio.OLE.Interop::IDataObject^
Toolbox item from which to get the information.
Return Value
Type: Microsoft.VisualStudio.Shell::IInstalledToolboxItemInfo^The information about this item, or null if the item is not recognized by this provider.
This method can be called on a background thread.
Show: