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

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

Return Value

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

The array of test point statistics.

See Also

ITestPointStatistic
ITestPointStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top