Compartilhar via


Propriedade TestElement.AbortRunOnAgentFailure

Obtém ou define um valor que indica se a execução de teste será anulado se um agente de teste falhar.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property AbortRunOnAgentFailure As Boolean
public bool AbortRunOnAgentFailure { get; set; }
public:
virtual property bool AbortRunOnAgentFailure {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract AbortRunOnAgentFailure : bool with get, set
override AbortRunOnAgentFailure : bool with get, set
final function get AbortRunOnAgentFailure () : boolean
final function set AbortRunOnAgentFailure (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se a execução de teste deve ser anulado se um agente de teste falhar; Caso contrário, false.

Implementações

ITestElement.AbortRunOnAgentFailure

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common