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>^, array<Int32>^, String^)
Creates a new test case query based on a non-empty list of ids, a list of revisions and a hint on which fields of the test cases to be retrieved. The query hint is a WIQL query with no clauses. It is used to specified the selected fields. For example: SELECT [System.Title], [System.AreaPath] FROM WorkItems
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- ids
- Type: array<System::Int32>^
- revs
- Type: array<System::Int32>^
- queryHint
- Type: System::String^
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseQuery^
Show: