Partager via


TestElement.AbortRunOnAgentFailure, propriété

Obtient ou définit une valeur qui indique si la série de tests sera abandonnée 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
Public Property AbortRunOnAgentFailure As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean
true si la série de tests doit être abandonnée en cas d'échec d'un agent de test ; sinon, false.

Implémentations

ITestElement.AbortRunOnAgentFailure

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms