ITestRunStatistics.GetStatistics Method
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
'Declaration
Function GetStatistics As ITestRunStatistic()
ITestRunStatistic[] GetStatistics()
array<ITestRunStatistic^>^ GetStatistics()
abstract GetStatistics : unit -> ITestRunStatistic[]
function GetStatistics() : ITestRunStatistic[]
Return Value
Type: array<Microsoft.TeamFoundation.TestManagement.Client.ITestRunStatistic[]
An array of ITestRunStatistic objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.