Compartilhar via


Interface ITestSettingsMachineRole

 

Use Base

True

Representa um papel de máquina que está associado um objeto de configurações de teste.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

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

Propriedades

Nome Descrição
System_CAPS_pubproperty Error

(herdado de IDataErrorInfo.)

System_CAPS_pubproperty Id

Obtém o GUID para a função da máquina.(herdado de IMachineRole.)

System_CAPS_pubproperty InvalidProperties

Obtém uma lista de nomes de propriedades que são inválidos.(herdado de IPropertyOwner.)

System_CAPS_pubproperty IsDirty

Obtém um valor que indica se todas as propriedades foram alterados desde a última atualização, buscar, ou salvar.(herdado de IPropertyOwner.)

System_CAPS_pubproperty IsExecution

Obtém um valor que indica se esta função máquina executa testes.

System_CAPS_pubproperty Item[String]

(herdado de IDataErrorInfo.)

System_CAPS_pubproperty Name

Obtém ou define um nome de exibição do usuário para esta função da máquina.Deve ser exclusivo.(herdado de IMachineRole.)

Eventos

Nome Descrição
System_CAPS_pubevent PropertyChanged

(herdado de INotifyPropertyChanged.)

Consulte também

IMachineRole
IPropertyOwner
IDataErrorInfo
INotifyPropertyChanged
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo