Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ITestSuiteEntry^ Insert(
	int index,
	ITestCase^ testCase
)

Parameters

index
Type: System::Int32

The target index.

testCase
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCase^

The ITestCase object to insert.

Return to top
Show: