Partager via


ITestElement.AbortRunOnAgentFailure, propriété

Obtient ou définit une valeur qui indique s'il faut abandonner l'intégralité de la série de tests en cas d'échec d'un agent de test.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true pour abandonner l'intégralité de la série de tests en cas d'échec d'un agent de test ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms