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
Creates a new test case query.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | CreateTestQuery(array<Int32>^) | Creates a new test case query from the given non-empty array of test case IDs. |
![]() | CreateTestQuery(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 |
![]() | CreateTestQuery(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. |
![]() | CreateTestQuery(String^) | Creates a new test case query from the given query string. |
Show:
