ITestConfigurationHelper.Query Method (String, Int32)

Performs a query of test configurations using user-provided constraints.

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

Syntax

'Declaration
Function Query ( _
    queryText As String, _
    planId As Integer _
) As ITestConfigurationCollection
ITestConfigurationCollection Query(
    string queryText,
    int planId
)
ITestConfigurationCollection^ Query(
    String^ queryText, 
    int planId
)
abstract Query : 
        queryText:string * 
        planId:int -> ITestConfigurationCollection
function Query(
    queryText : String, 
    planId : int
) : ITestConfigurationCollection

Parameters

  • queryText
    Type: String

    WIQL query to execute

  • planId
    Type: Int32

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection

.NET Framework Security

See Also

Reference

ITestConfigurationHelper Interface

Query Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace