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.
Use Base
True
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
protected override void MoveItem(
int oldIndex,
int newIndex
)
protected:
virtual void MoveItem(
int oldIndex,
int newIndex
) override
override MoveItem :
oldIndex:int *
newIndex:int -> unit
Protected Overrides Sub MoveItem (
oldIndex As Integer,
newIndex As Integer
)
Parameters
oldIndex
Type: System.Int32
newIndex
Type: System.Int32
See Also
TestActionCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top