Sdílet prostřednictvím


ITestElement.AbortRunOnAgentFailure – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda je přerušení celé zkoušky, pokud test agent nezdaří spustit.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
Property AbortRunOnAgentFailure As Boolean
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)

Hodnota vlastnosti

Typ: Boolean
true provedení celé zkoušky přerušit, pokud test agent selže. jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestElement Rozhraní

Microsoft.VisualStudio.TestTools.Common – obor názvů