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


TestResultAggregation - конструктор (SerializationInfo, StreamingContext)

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

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

Синтаксис

'Декларация
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected TestResultAggregation(
    SerializationInfo info,
    StreamingContext context
)
protected:
TestResultAggregation(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TestResultAggregation
protected function TestResultAggregation(
    info : SerializationInfo, 
    context : StreamingContext
)

Параметры

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

См. также

Ссылки

TestResultAggregation Класс

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

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

SerializationInfo

StreamingContext