Freigeben über


TestResultMessage-Konstruktor (SerializationInfo, StreamingContext)

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Initialisiert eine neue Instanz der TestResultMessage-Klasse aus serialisierten XML-Daten.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected TestResultMessage(
    SerializationInfo info,
    StreamingContext context
)
protected:
TestResultMessage(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TestResultMessage
protected function TestResultMessage(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResultMessage Klasse

TestResultMessage-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace

SerializationInfo

StreamingContext