Share via


ITestPointStatistics.GetStatistics Method

Returns an array of ITestPointStatistic objects that represents this set of statistics.

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

Syntax

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

Return Value

Type: array<Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistic[]
The array of test point statistics.

.NET Framework Security

See Also

Reference

ITestPointStatistics Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestPointStatistic