Share via


IVsToolbox6.MoveItem Method

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)

Syntax

'Declaration
Sub MoveItem ( _
    pItem As IDataObject, _
    pInsertionPoint As IDataObject _
)
void MoveItem(
    IDataObject pItem,
    IDataObject pInsertionPoint
)
void MoveItem(
    [InAttribute] IDataObject^ pItem, 
    [InAttribute] IDataObject^ pInsertionPoint
)
abstract MoveItem : 
        pItem:IDataObject * 
        pInsertionPoint:IDataObject -> unit
function MoveItem(
    pItem : IDataObject, 
    pInsertionPoint : IDataObject
)

Parameters

.NET Framework Security

See Also

Reference

IVsToolbox6 Interface

Microsoft.VisualStudio.Shell.Interop Namespace