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::InsertCases Method (Int32, IEnumerable<ITestCase^>^, Boolean)

 

Inserts the provided list of test cases into the collection at the specified index, and optionally ignores duplicate entries.

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

void InsertCases(
	int index,
	IEnumerable<ITestCase^>^ cases,
	bool ignoreDuplicates
)

Parameters

index
Type: System::Int32

The target index.

cases
Type: System.Collections.Generic::IEnumerable<ITestCase^>^

The list of ITestCase objects to insert into the collection.

ignoreDuplicates
Type: System::Boolean

true to ignore duplicate entries.

Return to top
Show: