Поделиться через


TestResultCounter - конструктор (TestResultCounter)

Инициализирует новый экземпляр класса TestResultCounter, создавая копию предоставленного счетчика результатов тестов.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
Public Sub New ( _
    other As TestResultCounter _
)
public TestResultCounter(
    TestResultCounter other
)
public:
TestResultCounter(
    TestResultCounter^ other
)
new : 
        other:TestResultCounter -> TestResultCounter
public function TestResultCounter(
    other : TestResultCounter
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

TestResultCounter Класс

TestResultCounter - перегрузка

Microsoft.VisualStudio.TestTools.Common - пространство имен