IToolboxItemCreator::GetItemInfo Method (IDataObject^)

 

Returns information about a control installed on the toolbox.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

IInstalledToolboxItemInfo^ GetItemInfo(
	IDataObject^ toolboxItem
)

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.

Return to top
Show: