Share via


ITestRunStatistics.Item Property (TestResultState)

 

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

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

Syntax

int this[
    TestResultState state
] { get; }
property int default[
    TestResultState state
] {
    int get(TestResultState state);
}
abstract Item : 
        state:TestResultState -> int with get
ReadOnly Property Item (
    state As TestResultState
) As Integer

Parameters

Property Value

Type: System.Int32

The number of tests that have the specified result state.

See Also

TestResultState
Item Overload
ITestRunStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top