Compartilhar via


Método ITestRunStatistics.GetStatistics ()

 

Retorna uma matriz de objetos de estatística de execução de teste.

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

Sintaxe

ITestRunStatistic[] GetStatistics()
array<ITestRunStatistic^>^ GetStatistics()
abstract GetStatistics : unit -> ITestRunStatistic[]
Function GetStatistics As ITestRunStatistic()

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestRunStatistic[]

Uma matriz de ITestRunStatistic objetos.

Consulte também

ITestRunStatistic
Interface ITestRunStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo