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.
ITestCaseHelper::InPlans Method (String^, Boolean)
Returns a list of test cases that match the given query and that are either included in or excluded from a test plan.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- queryText
-
Type:
System::String^
The Work Item Query Language (WIQL) query to execute.
- isInPlans
-
Type:
System::Boolean
true to select test cases that are included in one or more test plans; false to select test cases that are not included in a test plan.
Show: