Compartilhar via


Método ITestConfigurationHelper.Query (String, IDictionary)

Retorna uma coleção de configurações de teste do servidor usando o contexto e a consulta fornecida.

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

Sintaxe

'Declaração
Function Query ( _
    queryText As String, _
    context As IDictionary _
) As ITestConfigurationCollection
ITestConfigurationCollection Query(
    string queryText,
    IDictionary context
)
ITestConfigurationCollection^ Query(
    String^ queryText, 
    IDictionary^ context
)
abstract Query : 
        queryText:string * 
        context:IDictionary -> ITestConfigurationCollection 
function Query(
    queryText : String, 
    context : IDictionary
) : ITestConfigurationCollection

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
Uma coleção de configurações de teste correspondente.

Segurança do .NET Framework

Consulte também

Referência

ITestConfigurationHelper Interface

Sobrecargas Query

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestConfigurationCollection

ITestConfiguration