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 item from one location to another.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Protected Overrides Sub MoveItem ( _
oldIndex As Integer, _
newIndex As Integer _
)
protected override void MoveItem(
int oldIndex,
int newIndex
)
protected:
virtual void MoveItem(
int oldIndex,
int newIndex
) override
abstract MoveItem :
oldIndex:int *
newIndex:int -> unit
override MoveItem :
oldIndex:int *
newIndex:int -> unit
protected override function MoveItem(
oldIndex : int,
newIndex : int
)
Parameters
- oldIndex
Type: System.Int32
The original location.
- newIndex
Type: System.Int32
The new location.
.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.