共用方式為


UITestAction.ContinueOnError 屬性

取得或設定值,這個值表示是否繼續 (即使這個動作失敗也是一樣)。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
Public Property ContinueOnError As Boolean
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)

屬性值

型別:System.Boolean
true 表示即使動作失敗也要繼續,否則為 false。

備註

設定這個值時,會引發 PropertyChanged 事件。

.NET Framework 安全性

請參閱

參考

UITestAction 類別

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間

ContinueOnErrorWrapper

PropertyChanged