Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public:
void MoveTo(
	int fromIndex,
	int toIndex,
	TestActionCollection^ newCollection
)

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.

Return to top
Show: