ITestConfigurationHelper.Query Method (String, IDictionary)

 

Returns a collection of test configurations from the server by using the provided query and context.

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

Syntax

ITestConfigurationCollection Query(
    string queryText,
    IDictionary context
)
ITestConfigurationCollection^ Query(
    String^ queryText,
    IDictionary^ context
)
abstract Query : 
        queryText:string *
        context:IDictionary -> ITestConfigurationCollection
Function Query (
    queryText As String,
    context As IDictionary
) As ITestConfigurationCollection

Parameters

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection

A collection of matching test configurations.

See Also

ITestConfigurationCollection
ITestConfiguration
Query Overload
ITestConfigurationHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top