ITestPointStatistics.GetStatistics (Método)

Devuelve una matriz de los objetos ITestPointStatistic que representan este conjunto de estadísticas.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Function GetStatistics As ITestPointStatistic()
ITestPointStatistic[] GetStatistics()
array<ITestPointStatistic^>^ GetStatistics()
abstract GetStatistics : unit -> ITestPointStatistic[] 
function GetStatistics() : ITestPointStatistic[]

Valor devuelto

Tipo: array<Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistic[]
Matriz de estadísticas de puntos de prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITestPointStatistics Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

ITestPointStatistic