Partager via


ITestPointStatistics.Item, propriété (FailureType)

Remarque : cette API est maintenant obsolète.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
<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 ne prend pas en charge les propriétés indexées.

Paramètres

Valeur de propriété

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

ITestPointStatistics Interface

Item, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms