Sdílet prostřednictvím


TestResultCounter – konstruktor (TestResultCounter)

Inicializuje novou instanci TestResultCounter třídy vytvořením kopie Čítač výsledek poskytnutý test.

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

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestResultCounter Třída

TestResultCounter – přetížení

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