Freigeben über


TestResultCounter-Konstruktor (TestResultCounter)

Initialisiert eine neue Instanz der TestResultCounter-Klasse, indem eine Kopie des bereitgestellten Testergebnisindikators erstellt wird.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    other As TestResultCounter _
)
public TestResultCounter(
    TestResultCounter other
)
public:
TestResultCounter(
    TestResultCounter^ other
)
new : 
        other:TestResultCounter -> TestResultCounter
public function TestResultCounter(
    other : TestResultCounter
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResultCounter Klasse

TestResultCounter-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace