Método ITestConfigurationHelper.Query (String, IDictionary)
Retorna uma coleção de configurações de teste de servidor usando a consulta e o contexto fornecidos.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
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
Parâmetros
- queryText
O WIQL que será executado.
- context
Um dicionário de valores de parâmetros nomeados para WIQL.
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