Поделиться через


TestElement.AbortRunOnAgentFailure - свойство

Получает или задает значение, указывающее, будет ли прерываться тестовый запуск в случае сбоя агента тестирования.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: Boolean
Значение true, если тестовый запуск должен прерываться в случае сбоя агента тестирования; в противном случае — значение false.

Реализации

ITestElement.AbortRunOnAgentFailure

Безопасность платформы .NET Framework

См. также

Ссылки

TestElement Класс

Microsoft.VisualStudio.TestTools.Common - пространство имен