表示测试用例结果的失败类型
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface ITestFailureType _
Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
public interface ITestFailureType : IIdentifiable<int>,
INotifyPropertyChanged
public interface class ITestFailureType : IIdentifiable<int>,
INotifyPropertyChanged
type ITestFailureType =
interface
interface IIdentifiable<int>
interface INotifyPropertyChanged
end
public interface ITestFailureType extends IIdentifiable<int>, INotifyPropertyChanged
ITestFailureType 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Id | 获取标识符。 (继承自 IIdentifiable<TKey>。) |
![]() |
Name | 名称测试失败类型。 |
![]() |
Project | 此失败类型团队项目 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Delete | 移除给定测试来自服务器的失败类型。 |
![]() |
Refresh | 更新为包含新数据的测试失败类型从服务器。 |
![]() |
Save | 编写新的或更新测试失败类型到服务器。 |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
PropertyChanged | 在属性值更改时发生。 (继承自 INotifyPropertyChanged。) |
页首