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.

ITestSuiteHelper::Query Method (String^)

 

Returns a list of test suite objects that match the given query.

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

ITestSuiteCollection^ Query(
	String^ queryText
)

Parameters

queryText
Type: System::String^

A Work Item Query Language (WIQL) query.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestSuiteCollection^

A list of test suite objects.

Return to top
Show: