Propriedade ITestPointStatistics.Item (FailureType)
Publicado: abril de 2016
OBSERVAÇÃO: esta API está obsoleta no momento.
Obtém o número de pontos que têm o tipo de falha especificados.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
[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
Parâmetros
failureType
Type: Microsoft.TeamFoundation.TestManagement.Client.FailureTypeMembro do FailureType enumeração.
Valor de propriedade
Type: System.Int32
O número de pontos que têm o tipo de falha especificados.
Consulte também
FailureType
Item Sobrecarga
Interface ITestPointStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo