Método ITestCaseResultHelper.Query (String)
Consultas de resultados de caso de teste que corresponderem à consulta fornecida.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
ITestCaseResultCollection Query(
string queryText
)
ITestCaseResultCollection^ Query(
String^ queryText
)
abstract Query :
queryText:string -> ITestCaseResultCollection
Function Query (
queryText As String
) As ITestCaseResultCollection
Parâmetros
- queryText
O trabalho Item Query Language (WIQL) que será executada.
Valor de retorno
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
A lista de resultados de caso de teste de correspondência.
Consulte também
ITestCaseResult
Interface ITestCaseResultHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo