TestRunConfiguration.AbortRunOnError, propriété
Obtient ou définit une valeur booléenne qui indique s'il faut arrêter la série de tests lorsqu'une erreur se produit.
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
Get
Set
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 : System.Boolean
true si la série de tests doit cesser si une erreur se produit ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.