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 :
testResolutionState:int -> int with get
JScript does not support indexed properties.
Parameters
testResolutionState
Type: Int32An int that indicates the resolution state.
Property Value
Type: Int32
The number of points that have the specified resolution state.
.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.