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 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
'Declaration
Sub BulkMove ( _
destination As ITestSuiteEntryCollection, _
index As Integer, _
entries As IEnumerable(Of ITestSuiteEntry), _
ignoreDuplicates As Boolean _
)
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
function BulkMove(
destination : ITestSuiteEntryCollection,
index : int,
entries : IEnumerable<ITestSuiteEntry>,
ignoreDuplicates : boolean
)
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.