ITestSuiteEntryCollection.InsertCases Method (Int32, IEnumerable<ITestCase>)
Inserts the provided list of test cases into the collection at the specified location.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub InsertCases ( _
index As Integer, _
cases As IEnumerable(Of ITestCase) _
)
void InsertCases(
int index,
IEnumerable<ITestCase> cases
)
void InsertCases(
int index,
IEnumerable<ITestCase^>^ cases
)
abstract InsertCases :
index:int *
cases:IEnumerable<ITestCase> -> unit
function InsertCases(
index : int,
cases : IEnumerable<ITestCase>
)
Parameters
index
Type: Int32The target index.
.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