ITestPointStatistics.Item Property (TestResultState)

Gets the number of points that have the specified result state.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    state As TestResultState _
) As Integer
int this[
    TestResultState state
] { get; }
property int default[TestResultState state] {
    int get (TestResultState state);
}
abstract Item : int
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Int32
The number of test points that have the specified result state.

.NET Framework Security

See Also

Reference

ITestPointStatistics Interface

Item Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

TestResultState