ITestPointProperties.MostRecentFailureType 属性

 

发布时间: 2016年4月

备注:此 API 现在已过时。

获取最新 FailureType 关联测试点。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

[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

属性值

Type: Microsoft.TeamFoundation.TestManagement.Client.FailureType

请参阅

FailureType
ITestPoint
ITestPointProperties 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首