ITestSettingsMachineRole (Interfaz)
Representa un rol de máquina que está asociado a un objeto de configuración de pruebas.
Espacio de nombres: Microsoft.TeamFoundation.TestManagement.Client
Ensamblado: Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxis
'Declaración
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
El tipo ITestSettingsMachineRole expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Error | Obtiene un mensaje de error que indica lo que le pasa a este objeto. (Se hereda de IDataErrorInfo). | |
Id | Obtiene el GUID para este rol de máquina. (Se hereda de IMachineRole). | |
InvalidProperties | Obtiene una lista de nombres de propiedad que no son válidos. (Se hereda de IPropertyOwner). | |
IsDirty | Obtiene un valor que indica si ha cambiado alguna de las propiedades desde la última operación de actualizar, capturar o guardar. (Se hereda de IPropertyOwner). | |
IsExecution | Obtiene un valor que indica si este rol de máquina ejecuta pruebas. | |
Item | Obtiene el mensaje de error correspondiente a la propiedad con el nombre especificado. (Se hereda de IDataErrorInfo). | |
Name | Obtiene o establece un nombre que puede mostrar el usuario para este rol de máquina.Debe ser único. (Se hereda de IMachineRole). |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | Se produce cuando cambia el valor de una propiedad. (Se hereda de INotifyPropertyChanged). |
Arriba
Vea también
Referencia
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)