ITestResultParameter 接口

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

表示测试执行期间参数的预期值和实际值。

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

语法

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

ITestResultParameter 类型公开以下成员。

属性

  名称 说明
公共属性 ActualValue 获取属性的实际值。
公共属性 ExpectedValue 获取属性的预期值。
公共属性 Name 获取或设置属性的名称。

页首

事件

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

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

INotifyPropertyChanged