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
- 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.
See Also
Reference
ITestPointStatistics Interface