ITestPointStatistics.Item Property (FailureType)
Note: This API is now obsolete.
Gets the number of points that have the specified failure type.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
[ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
int this[
FailureType failureType
] { get; }
[ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
property int default[
FailureType failureType
] {
int get(FailureType failureType);
}
[<ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")>]
abstract Item :
failureType:FailureType -> int with get
<ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")>
ReadOnly Property Item (
failureType As FailureType
) As Integer
Parameters
failureType
Type: Microsoft.TeamFoundation.TestManagement.Client.FailureTypeA member of the FailureType enumeration.
Property Value
Type: System.Int32
The number of points that have the specified failure type.
See Also
FailureType
Item Overload
ITestPointStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top