IVsToolbox6::MoveItem Method (IDataObject^, IDataObject^)

 

Moves the specified toolbox item to a position just before the specified "insertion point" item. If the insertion point is on a different tab, the toolbox item will be moved to that tab.

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

void MoveItem(
	IDataObject^ pItem,
	IDataObject^ pInsertionPoint
)

Parameters

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

[in] The toolbox item to move.

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

[in] The insertion point.

Return to top
Show: