Partager via


TestRunConfiguration.AbortRunOnError, propriété

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

Syntaxe

'Déclaration
Public Property AbortRunOnError As Boolean
public bool AbortRunOnError { get; set; }
public:
property bool AbortRunOnError {
    bool get ();
    void set (bool value);
}
member AbortRunOnError : bool with get, set
function get AbortRunOnError () : boolean 
function set AbortRunOnError (value : boolean)

Valeur de propriété

Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

TestRunConfiguration Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms