共用方式為


ITestElement.AbortRunOnAgentFailure 屬性

取得或設定值,這個值表示是否要在測試代理程式失敗時中止整個測試回合。

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

語法

'宣告
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)

屬性值

型別:System.Boolean
true 表示要在測試代理程式失敗時中止整個測試回合,否則為 false。

.NET Framework 安全性

請參閱

參考

ITestElement 介面

Microsoft.VisualStudio.TestTools.Common 命名空間