TestOutcomeHelper.GetAggregationOutcome メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定した配列内の各テスト結果に対応する、最も低い数値を表すテスト結果を返します。
名前空間: Microsoft.VisualStudio.TestTools.Common
アセンブリ: Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)
構文
'宣言
Public Shared Function GetAggregationOutcome ( _
results As TestResult() _
) As TestOutcome
public static TestOutcome GetAggregationOutcome(
TestResult[] results
)
public:
static TestOutcome GetAggregationOutcome(
array<TestResult^>^ results
)
static member GetAggregationOutcome :
results:TestResult[] -> TestOutcome
public static function GetAggregationOutcome(
results : TestResult[]
) : TestOutcome
パラメーター
- results
型 : array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
TestResult オブジェクトの配列。
戻り値
型 : Microsoft.VisualStudio.TestTools.Common.TestOutcome
指定した配列内の各テスト結果に対応する、最も低い数値を表すテスト結果。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。