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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ITestPointStatistics Interface