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.

ITestSuiteEntryCollection::BulkMove Method (Int32, IEnumerable<ITestSuiteEntry^>^)

 

Moves the provided list of test suite entries to a different location in this collection.

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

void BulkMove(
	int index,
	IEnumerable<ITestSuiteEntry^>^ entries
)

Parameters

index
Type: System::Int32

The target index for the entries.

entries
Type: System.Collections.Generic::IEnumerable<ITestSuiteEntry^>^

A list of ITestSuiteEntry objects to move.

Return to top
Show: