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.

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.

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

IEnumerable<ITestCase^>^ InPlans(
	String^ queryText,
	bool isInPlans
)

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.

Return Value

Type: System.Collections.Generic::IEnumerable<ITestCase^>^

A list of ITestCase objects.

Return to top
Show: