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

 

Creates a new test case query from the given non-empty array of test case IDs and a hint that indicates which fields of the test cases will be retrieved.

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

ITestCaseQuery^ CreateTestQuery(
	array<int>^ ids,
	String^ queryHint
)

Parameters

ids
Type: array<System::Int32>^

An array of test case IDs.

queryHint
Type: System::String^

A Work Item Query Language (WIQL) query that has no qualifying clauses.

For example:

SELECT [System.Title], [System.AreaPath] From WorkItems

Return Value

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

A new test case query.

Return to top
Show: