Condividi tramite


Proprietà ITestElement.AbortRunOnAgentFailure

Ottiene o imposta un valore che indica se interrompere l'intera esecuzione dei test nel caso in cui un agente di test abbia esito negativo.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true per interrompere l'intera esecuzione dei test nel caso in cui un agente di test abbia esito negativo; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common