IVsToolbox6::MoveItem Method (IDataObject^, IDataObject^)
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
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.
Show: