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 から継承されます。) |
このページのトップへ