TestMessage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TestMessage() |
Initializes a new instance of the TestMessage class. |
TestMessage(SerializationInfo, StreamingContext) |
Initializes a new instance of the TestMessage class from serialized data by using the provided serialization information and streaming context. |
TestMessage()
Initializes a new instance of the TestMessage class.
protected:
TestMessage();
protected TestMessage ();
Protected Sub New ()
Applies to
TestMessage(SerializationInfo, StreamingContext)
Initializes a new instance of the TestMessage class from serialized data by using the provided serialization information and streaming context.
protected:
TestMessage(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TestMessage (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.Common.TestMessage : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.Common.TestMessage
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
A SerializationInfo object.
- context
- StreamingContext
A StreamingContext object.