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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
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.
Show: