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
'Declaration
ReadOnly Default Property Item ( _
state As TestResultState _
) As Integer
int this[
TestResultState state
] { get; }
property int default[TestResultState state] {
int get (TestResultState state);
}
abstract Item :
state:TestResultState -> int with get
JScript does not support indexed properties.
Parameters
state
Type: Microsoft.TeamFoundation.TestManagement.Client.TestResultStateA member of the TestResultState enumeration.
Property Value
Type: Int32
The number of tests that have the specified result 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.