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


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

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

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

Синтаксис

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

Параметры

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

См. также

Ссылки

TestResultAggregation Класс

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

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

TestResult