UITestAction.ContinueOnError Property
Gets or sets a value that indicates whether to continue even if this action fails.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public bool ContinueOnError { get; set; }
public:
property bool ContinueOnError {
bool get();
void set(bool value);
}
member ContinueOnError : bool with get, set
Public Property ContinueOnError As Boolean
Property Value
Type: System.Boolean
true to continue even if the action fails; otherwise, false.
Remarks
Raises the PropertyChanged event when the value is set.
See Also
ContinueOnErrorWrapper
PropertyChanged
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top