TestOutcomeHelper.GetAggregationOutcome Method

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public Shared Function GetAggregationOutcome ( _
    results As TestResult() _
) As TestOutcome
'使用
Dim results As TestResult()
Dim returnValue As TestOutcome

returnValue = TestOutcomeHelper.GetAggregationOutcome(results)
public static TestOutcome GetAggregationOutcome(
    TestResult[] results
)
public:
static TestOutcome GetAggregationOutcome(
    array<TestResult^>^ results
)
public static function GetAggregationOutcome(
    results : TestResult[]
) : TestOutcome

Parameters

  • results
    Type: []

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.TestOutcome

Permissions

See Also

Reference

TestOutcomeHelper Class

TestOutcomeHelper Members

Microsoft.VisualStudio.TestTools.Common Namespace