Share via


TestAggregation Constructor (TestAggregation)

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

.NET Framework Security

See Also

Reference

TestAggregation Class

TestAggregation Overload

Microsoft.VisualStudio.TestTools.Common Namespace