Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queries for test cases that match the provided query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IEnumerable<ITestCase> Query(
string queryText
)
IEnumerable<ITestCase^>^ Query(
String^ queryText
)
abstract Query :
queryText:string -> IEnumerable<ITestCase>
Function Query (
queryText As String
) As IEnumerable(Of ITestCase)
Parameters
queryText
Type: System.StringThe Work Item Query Language (WIQL) that will be executed.
Return Value
Type: System.Collections.Generic.IEnumerable<ITestCase>
The list of matching test cases.
See Also
ITestCase
Query Overload
ITestCaseHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top