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.
ITestSettingsHelper::Query Method (String^)
Returns a list of test settings objects that match the given query.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- queryText
-
Type:
System::String^
A WIQL query.
Return Value
Type: System.Collections.Generic::IEnumerable<ITestSettings^>^A list of test settings objects.
Show: