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
- 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.