次の方法で共有


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 パフォーマンス テスト結果を次の表で説明します。

参照

関連項目

Microsoft.VisualStudio.TestTools.WebTesting 名前空間