ITestCaseResult.FailureType 属性

注意:此 API 现在已过时。

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

语法

声明
<ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")> _
Property FailureType As FailureType
[ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")]
FailureType FailureType { get; set; }
[ObsoleteAttribute(L"This property is deprecated. FailureTypeId should be used instead.")]
property FailureType FailureType {
    FailureType get ();
    void set (FailureType value);
}
[<ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")>]
abstract FailureType : FailureType with get, set
function get FailureType () : FailureType 
function set FailureType (value : FailureType)

属性值

类型:Microsoft.TeamFoundation.TestManagement.Client.FailureType

.NET Framework 安全性

请参阅

参考

ITestCaseResult 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间