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


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

Этот API поддерживает платформу .NET Framework и не должен вызываться непосредственно из вашего кода.

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

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

Синтаксис

'Декларация
Protected Sub New ( _
    other As TestResultAggregation _
)
protected TestResultAggregation(
    TestResultAggregation other
)
protected:
TestResultAggregation(
    TestResultAggregation^ other
)
new : 
        other:TestResultAggregation -> TestResultAggregation
protected function TestResultAggregation(
    other : TestResultAggregation
)

Параметры

Заметки

Используется методом Clone.

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

См. также

Ссылки

TestResultAggregation Класс

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

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

Clone