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>^)
Creates a new test case query from the given non-empty array of test case IDs.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- ids
-
Type:
array<System::Int32>^
An array of test case IDs.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseQuery^A new test case query.
Show: