Partilhar via


Propriedade ITestElement.AbortRunOnAgentFailure

Obtém ou define um valor que indica se é necessário interromper o teste inteiro executado 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
Property AbortRunOnAgentFailure As Boolean
    Get
    Set
bool AbortRunOnAgentFailure { get; set; }
property bool AbortRunOnAgentFailure {
    bool get ();
    void set (bool value);
}
abstract AbortRunOnAgentFailure : bool with get, set
function get AbortRunOnAgentFailure () : boolean
function set AbortRunOnAgentFailure (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Para interromper a execução de teste inteira se um agente de teste falha; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common