Share via


TestStateEvent Constructor (SerializationInfo, StreamingContext)

Initializes an instance of the TestStateEvent class by using the serialization information and context.

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 TestStateEvent(
    SerializationInfo info,
    StreamingContext context
)
protected:
TestStateEvent(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TestStateEvent
protected function TestStateEvent(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • context
    Type: StreamingContext

    A StreamingContext object that describes the source and the destination of a given stream.

.NET Framework Security

See Also

Reference

TestStateEvent Class

TestStateEvent Overload

Microsoft.VisualStudio.TestTools.Common Namespace

SerializationInfo

StreamingContext

TestStateEvent