Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
pItem
Type: Microsoft.VisualStudio.OLE.Interop.IDataObject[in] The toolbox item to move.
pInsertionPoint
Type: Microsoft.VisualStudio.OLE.Interop.IDataObject[in] The insertion point.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.