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, ITestSuiteBase^)

 

Inserts the provided test suite 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,
	ITestSuiteBase^ suite
)

Parameters

index
Type: System::Int32

The target index.

suite
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestSuiteBase^

The ITestSuiteEntry object to insert.

Return to top
Show: