ITestResolutionState 接口

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

表示测试用例结果的解决状态。

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

语法

声明
Public Interface ITestResolutionState _
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
public interface ITestResolutionState : IIdentifiable<int>, 
    INotifyPropertyChanged
public interface class ITestResolutionState : IIdentifiable<int>, 
    INotifyPropertyChanged
type ITestResolutionState =  
    interface
        interface IIdentifiable<int>
        interface INotifyPropertyChanged
    end
public interface ITestResolutionState extends IIdentifiable<int>, INotifyPropertyChanged

ITestResolutionState 类型公开以下成员。

属性

  名称 说明
公共属性 Id 获取标识符。 (继承自 IIdentifiable<TKey>。)
公共属性 Name 获取此解决状态的名称。
公共属性 Project 获取此测试解决状态的 ITestManagementTeamProject

页首

方法

  名称 说明
公共方法 Delete 从服务器中移除此测试解决状态。
公共方法 Refresh 使用来自服务器的数据更新此测试解决状态。
公共方法 Save 将新的或更新的测试解决状态写入服务器。

页首

事件

  名称 说明
公共事件 PropertyChanged 在更改属性值时发生。 (继承自 INotifyPropertyChanged。)

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestCaseResult