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

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

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.

.NET Framework Security

See Also

Reference

ITestPointStatistics Interface

Item Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace