Compartilhar via


Método ITestConfigurationHelper.Query (String)

 

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

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

Sintaxe

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

Parâmetros

  • queryText
    O WIQL que será executado.

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection

Uma coleção de configurações de teste de correspondência.

Consulte também

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

Retornar ao topo