ITestPointStatistics.Item Property (Int32)

 

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

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

Syntax

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

Parameters

  • testResolutionState
    Type: System.Int32

    An int that indicates the resolution state.

Property Value

Type: System.Int32

The number of points that have the specified resolution state.

See Also

Item Overload
ITestPointStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top