Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
void BulkMove(
int index,
IEnumerable<ITestSuiteEntry> entries
)
void BulkMove(
int index,
IEnumerable<ITestSuiteEntry^>^ entries
)
abstract BulkMove :
index:int *
entries:IEnumerable<ITestSuiteEntry> -> unit
Sub BulkMove (
index As Integer,
entries As IEnumerable(Of ITestSuiteEntry)
)
Parameters
index
Type: System.Int32The target index for the entries.
entries
Type: System.Collections.Generic.IEnumerable<ITestSuiteEntry>A list of ITestSuiteEntry objects to move.
See Also
ITestSuiteEntry
BulkMove Overload
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top