BulkObservableCollection<T>.MoveItem Method
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: Int32The original location.
newIndex
Type: 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.