Partilhar via


Construtor TestResultCounter (TestResultCounter)

Inicializa uma nova instância da TestResultCounter classe, criando uma cópia do contador de resultado de teste fornecido.

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

Sintaxe

'Declaração
Public Sub New ( _
    other As TestResultCounter _
)
public TestResultCounter(
    TestResultCounter other
)
public:
TestResultCounter(
    TestResultCounter^ other
)
new : 
        other:TestResultCounter -> TestResultCounter
public function TestResultCounter(
    other : TestResultCounter
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TestResultCounter Classe

Sobrecargas TestResultCounter

Namespace Microsoft.VisualStudio.TestTools.Common