ITestSettingsMachineRole 介面
表示與測試設定物件相關聯的電腦角色。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestSettingsMachineRole _
Inherits IMachineRole, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
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 extends IMachineRole, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
ITestSettingsMachineRole 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Error | 取得錯誤訊息,表示這個物件有什麼錯誤。 (繼承自 IDataErrorInfo)。 | |
Id | 取得這個電腦角色的 GUID。 (繼承自 IMachineRole)。 | |
InvalidProperties | 取得無效屬性名稱的清單。 (繼承自 IPropertyOwner)。 | |
IsDirty | 取得值,這個值表示任何屬性自上次重新整理、擷取或儲存之後是否變更。 (繼承自 IPropertyOwner)。 | |
IsExecution | 取得值,這個值表示此電腦角色是否會執行測試。 | |
Item | 使用指定的名稱取得屬性的錯誤訊息。 (繼承自 IDataErrorInfo)。 | |
Name | 取得或設定這個電腦角色的使用者可顯示名稱。必須是唯一的。 (繼承自 IMachineRole)。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。 |
回頁首