Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an array of test run statistic objects.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestRunStatistic[] GetStatistics()
array<ITestRunStatistic^>^ GetStatistics()
abstract GetStatistics : unit -> ITestRunStatistic[]
Function GetStatistics As ITestRunStatistic()
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestRunStatistic[]
An array of ITestRunStatistic objects.
See Also
ITestRunStatistic
ITestRunStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top