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

 

Creates a new test case query.

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

NameDescription
System_CAPS_pubmethodCreateTestQuery(array<Int32>^)

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

System_CAPS_pubmethodCreateTestQuery(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

System_CAPS_pubmethodCreateTestQuery(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.

System_CAPS_pubmethodCreateTestQuery(String^)

Creates a new test case query from the given query string.

Return to top
Show: