ITestImplementation 接口

表示一个指向自动测试的实现的链接。

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

语法

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

ITestImplementation 类型公开以下成员。

属性

  名称 说明
公共属性 DisplayText 获取要在此链接的用户界面中向用户显示的文本。

页首

事件

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

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

INotifyPropertyChanged