TestResultMessage Constructor (SerializationInfo, StreamingContext)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the TestResultMessage class from serialized XML data.

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
)

Parameters

.NET Framework Security

See Also

Reference

TestResultMessage Class

TestResultMessage Overload

Microsoft.VisualStudio.TestTools.Common Namespace

SerializationInfo

StreamingContext