The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestActionCollection::MoveTo Method (Int32, Int32, TestActionCollection^)
Moves a test action from a collection to a different collection.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- fromIndex
-
Type:
System::Int32
The index in this collection of the test action to be moved.
- toIndex
-
Type:
System::Int32
The index in the new collection for the moved test action.
- newCollection
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::TestActionCollection^
The target TestActionCollection object.
Show: