Share via


TestActionCollection.MoveItem Method

This member overrides ObservableCollection<T>.MoveItem(Int32, Int32), and more complete documentation might be available in that topic.This member overrides ObservableCollection<T>.MoveItem(Int32, Int32).

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.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 zero-based index specifying the location of the item to be moved.

  • newIndex
    Type: System.Int32

    The zero-based index specifying the new location of the item.

.NET Framework Security

See Also

Reference

TestActionCollection Class

Microsoft.TeamFoundation.TestManagement.Client Namespace