Freigeben über


ITestPointStatistics.Item-Eigenschaft (FailureType)

Hinweis: Diese API ist mittlerweile veraltet.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")> _
ReadOnly Default Property Item ( _
    failureType As FailureType _
) As Integer
[ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
int this[
    FailureType failureType
] { get; }
[ObsoleteAttribute(L"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
JScript unterstützt keine indizierten Eigenschaften.

Parameter

Eigenschaftswert

Typ: Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestPointStatistics Schnittstelle

Item-Überladung

Microsoft.TeamFoundation.TestManagement.Client-Namespace