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
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
state
Type: Microsoft.TeamFoundation.TestManagement.Client.TestResultStateA member of the TestResultState enumeration.
Property Value
Type: System.Int32
The number of test points that have the specified result state.
See Also
TestResultState
Item Overload
ITestPointStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top