Propriedade TestElement.AbortRunOnAgentFailure
Obtém ou define um valor que indica se a execução de teste será anulado 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
Public Property AbortRunOnAgentFailure As Boolean
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)
Valor de propriedade
Tipo: System.Boolean
true Se a execução de teste deve ser anulado se um agente de teste falhar; Caso contrário, false.
Implementações
ITestElement.AbortRunOnAgentFailure
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.