ThresholdExceededEventArgs.ThresholdResult 屬性

取得值,這個值表示是否已超出 CriticalWarning 臨界值層級。

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

語法

'宣告
Public ReadOnly Property ThresholdResult As ThresholdRuleResult
public ThresholdRuleResult ThresholdResult { get; }
public:
property ThresholdRuleResult ThresholdResult {
    ThresholdRuleResult get ();
}
member ThresholdResult : ThresholdRuleResult with get
function get ThresholdResult () : ThresholdRuleResult

屬性值

型別:Microsoft.VisualStudio.TestTools.LoadTesting.ThresholdRuleResult
ThresholdRuleResult 列舉值。

.NET Framework 安全性

請參閱

參考

ThresholdExceededEventArgs 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間