TestMessage Class
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.
Represents a base class for messages that are passed between client, controller, and agents.
public ref class TestMessage : Microsoft::VisualStudio::TestTools::Common::IVerifiable
[System.Serializable]
public class TestMessage : Microsoft.VisualStudio.TestTools.Common.IVerifiable
[<System.Serializable>]
type TestMessage = class
interface IVerifiable
Public Class TestMessage
Implements IVerifiable
- Inheritance
-
TestMessage
- Derived
- Attributes
- Implements
Constructors
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. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo by using the data that is required to serialize the target object. |
IsValid() |
Returns a value that indicates whether this test message is valid. |