Share via


ITestSuiteEntryCollection.BulkMove Method

 

Moves a selection of test suite entries to a different location in this collection or to another collection and optionally ignores duplicate entries.

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

Overload List

Name Description
System_CAPS_pubmethod BulkMove(Int32, IEnumerable<ITestSuiteEntry>)

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

System_CAPS_pubmethod BulkMove(ITestSuiteEntryCollection, Int32, IEnumerable<ITestSuiteEntry>, Boolean)

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

See Also

ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top