Propriedade ITestElement.AbortRunOnAgentFailure
Obtém ou define um valor que indica se é necessário interromper o teste inteiro executado se um agente de teste falhar.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.Boolean
true Para interromper a execução de teste inteira se um agente de teste falha; Caso contrário, false.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.