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.

ITestManagementTeamProject::CreateTestQuery Method (array<Int32>^)

 

Creates a new test case query from the given non-empty array of test case IDs.

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

ITestCaseQuery^ CreateTestQuery(
	array<int>^ ids
)

Parameters

ids
Type: array<System::Int32>^

An array of test case IDs.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseQuery^

A new test case query.

Return to top
Show: