ITestImplementation 接口

 

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

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

语法

public interface ITestImplementation : INotifyPropertyChanged
public interface class ITestImplementation : INotifyPropertyChanged
type ITestImplementation = 
    interface
        interface INotifyPropertyChanged
    end
Public Interface ITestImplementation
    Inherits INotifyPropertyChanged

属性

名称 说明
System_CAPS_pubproperty DisplayText

获取要在此链接的用户界面中向用户显示的文本。

事件

名称 说明
System_CAPS_pubevent PropertyChanged

(从 INotifyPropertyChanged 继承。)

请参阅

INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首