ITestManagementTeamProject.CreateTestQuery Method (Int32[], 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
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestCaseQuery CreateTestQuery(
int[] ids,
int[] revs,
string queryHint
)
ITestCaseQuery^ CreateTestQuery(
array<int>^ ids,
array<int>^ revs,
String^ queryHint
)
abstract CreateTestQuery :
ids:int[] *
revs:int[] *
queryHint:string -> ITestCaseQuery
Function CreateTestQuery (
ids As Integer(),
revs As Integer(),
queryHint As String
) As ITestCaseQuery
Parameters
- ids
Type: System.Int32[]
- revs
Type: System.Int32[]
- queryHint
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseQuery
See Also
CreateTestQuery Overload
ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top