Sdílet prostřednictvím


TestAggregation – konstruktor (TestAggregation)

Inicializuje novou instanci TestAggregation třídu, která je kopie objektu poskytnutého test agregace.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
Protected Sub New ( _
    copy As TestAggregation _
)
protected TestAggregation(
    TestAggregation copy
)
protected:
TestAggregation(
    TestAggregation^ copy
)
new : 
        copy:TestAggregation -> TestAggregation
protected function TestAggregation(
    copy : TestAggregation
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestAggregation Třída

TestAggregation – přetížení

Microsoft.VisualStudio.TestTools.Common – obor názvů