ITestSuiteEntryCollection.Insert Method (Int32, ITestCase)
Inserts the provided test case into the collection at the specified index.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSuiteEntry Insert(
int index,
ITestCase testCase
)
ITestSuiteEntry^ Insert(
int index,
ITestCase^ testCase
)
abstract Insert :
index:int *
testCase:ITestCase -> ITestSuiteEntry
Function Insert (
index As Integer,
testCase As ITestCase
) As ITestSuiteEntry
Parameters
index
Type: System.Int32The target index.
testCase
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseThe ITestCase object to insert.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry
An ITestSuiteEntry object.
See Also
ITestCase
Insert Overload
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top