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)

Syntax

ITestSuiteCollection Query(
    string queryText
)
ITestSuiteCollection^ Query(
    String^ queryText
)
abstract Query : 
        queryText:string -> ITestSuiteCollection
Function Query (
    queryText As String
) As ITestSuiteCollection

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.

See Also

ITestSuiteBase
Query Overload
ITestSuiteHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top