Compartir a través de


ITestElement.AbortRunOnAgentFailure (Propiedad)

Obtiene o establece un valor que indica si se anula la ejecución de pruebas completa en caso de error de un agente de prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Property AbortRunOnAgentFailure As Boolean
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 propiedad

Tipo: System.Boolean
true para anular la ejecución de pruebas completa si se produce un error en un agente de prueba; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

ITestElement Interfaz

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)