Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property bool ContinueOnError {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to continue even if the action fails; otherwise, false.

Raises the PropertyChanged event when the value is set.

Return to top
Show: