Outcome 列舉型別
描述 Web 效能測試的結果。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
<TypeConverterAttribute(GetType(OutcomeConverter))> _
Public Enumeration Outcome
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum Outcome
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum class Outcome
[<TypeConverterAttribute(typeof(OutcomeConverter))>]
type Outcome
public enum Outcome
成員
成員名稱 | 說明 | |
---|---|---|
Fail | 表示 Web 效能測試失敗。 | |
Pass | 表示 Web 效能測試成功。 |
備註
下表說明 Web 效能測試的結果。