ITestSettingsMachineRole 接口

 

Use Base

True

表示与测试设置对象关联的计算机角色。

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

语法

public interface ITestSettingsMachineRole : IMachineRole, IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
public interface class ITestSettingsMachineRole : IMachineRole, 
    IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
type ITestSettingsMachineRole = 
    interface
        interface IMachineRole
        interface IPropertyOwner
        interface IDataErrorInfo
        interface INotifyPropertyChanged
    end
Public Interface ITestSettingsMachineRole
    Inherits IMachineRole, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged

属性

名称 说明
System_CAPS_pubproperty Error

(从 IDataErrorInfo 继承。)

System_CAPS_pubproperty Id

获取此计算机角色的 GUID。(从 IMachineRole 继承。)

System_CAPS_pubproperty InvalidProperties

获取无效的属性名称的列表。(从 IPropertyOwner 继承。)

System_CAPS_pubproperty IsDirty

获取一个值,该值指示自上次刷新、获取或保存以来任何属性是否发生了更改。(从 IPropertyOwner 继承。)

System_CAPS_pubproperty IsExecution

获取一个值,该值指示此计算机角色是否执行测试。

System_CAPS_pubproperty Item[String]

(从 IDataErrorInfo 继承。)

System_CAPS_pubproperty Name

获取或设置此计算机角色的用户可显示名称。必须唯一。(从 IMachineRole 继承。)

事件

名称 说明
System_CAPS_pubevent PropertyChanged

(从 INotifyPropertyChanged 继承。)

请参阅

IMachineRole
IPropertyOwner
IDataErrorInfo
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首