Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.Int32The original location.
newIndex
Type: System.Int32The 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.