Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

protected:
TestStateEvent(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

A SerializationInfo object that stores the data that is required to serialize an instance of the TestStateEvent class.

context
Type: System.Runtime.Serialization::StreamingContext

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

Return to top
Show: