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 命名空间