ITestPointProperties.MostRecentFailureType Propriedade
OBSERVAÇÃO: esta API está obsoleta no momento.
Obtém o mais recente FailureType ponto de teste associados.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
[ObsoleteAttribute("This property is deprecated. MostRecentFailureTypeId should be used instead.")]
FailureType MostRecentFailureType { get; }
[ObsoleteAttribute("This property is deprecated. MostRecentFailureTypeId should be used instead.")]
property FailureType MostRecentFailureType {
FailureType get();
}
[<ObsoleteAttribute("This property is deprecated. MostRecentFailureTypeId should be used instead.")>]
abstract MostRecentFailureType : FailureType with get
<ObsoleteAttribute("This property is deprecated. MostRecentFailureTypeId should be used instead.")>
ReadOnly Property MostRecentFailureType As FailureType
Valor de propriedade
Type: Microsoft.TeamFoundation.TestManagement.Client.FailureType
Consulte também
FailureType
ITestPoint
Interface ITestPointProperties
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo