UITestAction.ContinueOnError-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Aktion auch fortgesetzt werden soll, wenn die Aktion fehlschlägt, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property ContinueOnError As Boolean
    Get
    Set
public bool ContinueOnError { get; set; }
public:
property bool ContinueOnError {
    bool get ();
    void set (bool value);
}
member ContinueOnError : bool with get, set
function get ContinueOnError () : boolean
function set ContinueOnError (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true, um fortzufahren, auch wenn die Aktion fehlschlägt, andernfalls false.

Hinweise

Löst das PropertyChanged-Ereignis aus, wenn der Wert festgelegt ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

ContinueOnErrorWrapper

PropertyChanged