TestElement.AbortRunOnAgentFailure (Propiedad)

Obtiene o establece un valor que indica si la ejecución de pruebas se anulará 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
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 propiedad

Tipo: System.Boolean
Es true si se debe anular la ejecución de pruebas al producirse un error en un agente de prueba; de lo contrario, es false.

Implementaciones

ITestElement.AbortRunOnAgentFailure

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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