ITestVariable 接口

表示在测试配置中使用的变量名称及其可能的值。

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

语法

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

ITestVariable 类型公开以下成员。

属性

  名称 说明
公共属性 AllowedValues 获取此变量的允许值的集合。
公共属性 Description 获取或设置此变量的说明。
公共属性 Id 获取标识符。 (继承自 IIdentifiable<TKey>。)
公共属性 Name 获取此变量的唯一名称。
公共属性 Revision 获取用于并发控制的修订号。

页首

方法

  名称 说明
公共方法 Delete 从服务器中移除此变量。
公共方法 Refresh 用服务器中的新数据更新变量。
公共方法 Save 将新的或更新的变量写入服务器。

页首

事件

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

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

INotifyPropertyChanged

ITestConfiguration