Initializes a new instance of the TestAggregation class that is a copy of the provided test aggregation object.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Protected Sub New ( _
    copy As TestAggregation _
)
protected TestAggregation(
    TestAggregation copy
)
protected:
TestAggregation(
    TestAggregation^ copy
)
new : 
        copy:TestAggregation -> TestAggregation
protected function TestAggregation(
    copy : TestAggregation
)
Parameters
- copy 
 Type: Microsoft.VisualStudio.TestTools.Common.TestAggregation- A TestAggregation object. 
.NET Framework Security
- 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.