Share via


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)

Syntax

void BulkMove(
    ITestSuiteEntryCollection destination,
    int index,
    IEnumerable<ITestSuiteEntry> entries,
    bool ignoreDuplicates
)
void BulkMove(
    ITestSuiteEntryCollection^ destination,
    int index,
    IEnumerable<ITestSuiteEntry^>^ entries,
    bool ignoreDuplicates
)
abstract BulkMove : 
        destination:ITestSuiteEntryCollection *
        index:int *
        entries:IEnumerable<ITestSuiteEntry> *
        ignoreDuplicates:bool -> unit
Sub BulkMove (
    destination As ITestSuiteEntryCollection,
    index As Integer,
    entries As IEnumerable(Of ITestSuiteEntry),
    ignoreDuplicates As Boolean
)

Parameters

  • index
    Type: System.Int32

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

See Also

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

Return to top