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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.