Compartilhar via


Método ITestPlan.QueryTestPointStatistics

Localiza e retorna as estatísticas de ponto de teste que pertencem a este plano de teste e que correspondam a determinada consulta.

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

Sintaxe

'Declaração
Function QueryTestPointStatistics ( _
    queryText As String _
) As ITestPointStatistics
ITestPointStatistics QueryTestPointStatistics(
    string queryText
)
ITestPointStatistics^ QueryTestPointStatistics(
    String^ queryText
)
abstract QueryTestPointStatistics : 
        queryText:string -> ITestPointStatistics 
function QueryTestPointStatistics(
    queryText : String
) : ITestPointStatistics

Parâmetros

  • queryText
    Tipo: System.String
    Um WIQL string que localiza objetos de estatísticas do teste de ponto.

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics
Uma coleção de estatísticas de ponto de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestPlan Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestPointStatistics