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
'Declaration
Sub BulkMove ( _
index As Integer, _
entries As IEnumerable(Of ITestSuiteEntry) _
)
void BulkMove(
int index,
IEnumerable<ITestSuiteEntry> entries
)
void BulkMove(
int index,
IEnumerable<ITestSuiteEntry^>^ entries
)
abstract BulkMove :
index:int *
entries:IEnumerable<ITestSuiteEntry> -> unit
function BulkMove(
index : int,
entries : IEnumerable<ITestSuiteEntry>
)
Parameters
index
Type: Int32The target index for the entries.
entries
Type: IEnumerable<ITestSuiteEntry>A list of ITestSuiteEntry objects to move.
.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.
See Also
Reference
ITestSuiteEntryCollection Interface