Freigeben über


TestResultAggregation-Konstruktor (TestResultAggregation)

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Initialisiert eine neue Instanz der TestResultAggregation-Klasse mit der bereitgestellten Testergebnisaggregation.

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
)

Parameter

Hinweise

Wird von der Clone-Methode verwendet.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResultAggregation Klasse

TestResultAggregation-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace

Clone