The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestSuiteEntryCollection::Insert Method (Int32, ITestCase^)
Inserts the provided test case into the collection at the specified index.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- index
-
Type:
System::Int32
The target index.
- testCase
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::ITestCase^
The ITestCase object to insert.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestSuiteEntry^An ITestSuiteEntry object.
Show: