ITestAction 接口

表示单个操作和期望的结果。

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

语法

声明
Public Interface ITestAction _
    Inherits INotifyPropertyChanged
public interface ITestAction : INotifyPropertyChanged
public interface class ITestAction : INotifyPropertyChanged
type ITestAction =  
    interface
        interface INotifyPropertyChanged
    end
public interface ITestAction extends INotifyPropertyChanged

ITestAction 类型公开以下成员。

属性

  名称 说明
公共属性 Id 获取此测试操作的唯一标识符。
公共属性 Owner 获取表示此测试操作所有者的测试基。
公共属性 Parent 获取此测试操作的父测试操作组。

页首

方法

  名称 说明
公共方法 CopyToNewOwner 执行深层复制,将此操作复制到新的所有者。
公共方法 MoveToNewOwner 将此测试操作添加到新所有者,并将当前所有者设置为 null。

页首

事件

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

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

INotifyPropertyChanged