Sdílet prostřednictvím


TestResultAggregation – konstruktor (TestResultAggregation)

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Inicializuje novou instanci TestResultAggregation třídy pomocí agregace výsledek poskytnutý test.

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

Syntaxe

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

Parametry

Poznámky

Používá Clone metoda.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestResultAggregation Třída

TestResultAggregation – přetížení

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

Clone