IVsToolbox6::AddItemToDesigner Method (IDataObject^)

 

Adds the specified item to the active designer as if it was double-clicked in the toolbox.

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

void AddItemToDesigner(
	IDataObject^ pItem
)

Parameters

pItem
Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^

[in] The item to be added to the active designer.

Return to top
Show: