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 case results that match the provided query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestCaseResultCollection Query(
string queryText
)
ITestCaseResultCollection^ Query(
String^ queryText
)
abstract Query :
queryText:string -> ITestCaseResultCollection
Function Query (
queryText As String
) As ITestCaseResultCollection
Parameters
queryText
Type: System.StringThe Work Item Query Language (WIQL) that will be executed.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
The list of matching test case results.
See Also
ITestCaseResult
ITestCaseResultHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top