Compartilhar via


Método ITestPointStatistics.GetStatistics

Retorna uma matriz de ITestPointStatistic os objetos que representa este conjunto de estatísticas.

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

Sintaxe

'Declaração
Function GetStatistics As ITestPointStatistic()
ITestPointStatistic[] GetStatistics()
array<ITestPointStatistic^>^ GetStatistics()
abstract GetStatistics : unit -> ITestPointStatistic[] 
function GetStatistics() : ITestPointStatistic[]

Valor de retorno

Tipo: array<Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistic[]
A matriz das estatísticas de ponto de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestPointStatistics Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestPointStatistic