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 (ITestSuiteEntryCollection^, Int32, IEnumerable<ITestSuiteEntry^>^, Boolean)

 

Moves the provided list of test suite entries to the specified location in another test suite entry collection.

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

void BulkMove(
	ITestSuiteEntryCollection^ destination,
	int index,
	IEnumerable<ITestSuiteEntry^>^ entries,
	bool ignoreDuplicates
)

Parameters

destination
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestSuiteEntryCollection^

The target ITestSuiteEntryCollection.

index
Type: System::Int32

The index for the location in the target collection to which to move the entries.

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

The list of entries in this collection to move.

ignoreDuplicates
Type: System::Boolean

true to ignore duplicates.

Return to top
Show: