TestResultAggregation Constructor (TestResultAggregation)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the TestResultAggregation class by using the provided test result aggregation.

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

Syntax

'Declaration
Protected Sub New ( _
    other As TestResultAggregation _
)
protected TestResultAggregation(
    TestResultAggregation other
)
protected:
TestResultAggregation(
    TestResultAggregation^ other
)
new : 
        other:TestResultAggregation -> TestResultAggregation
protected function TestResultAggregation(
    other : TestResultAggregation
)

Parameters

Remarks

Used by the Clone method.

.NET Framework Security

See Also

Reference

TestResultAggregation Class

TestResultAggregation Overload

Microsoft.VisualStudio.TestTools.Common Namespace

Clone