Share via


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)

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.Int32

    The target index for the entries.

See Also

ITestSuiteEntry
BulkMove Overload
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top