SerializationMessage Class
Visual Studio 2015
Represents a serialization message.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | SerializationMessage() | Constructor |
![]() | SerializationMessage(SerializationMessageKind, String^, String^, Int32, Int32, array<KeyValuePair<String^, Object^>>^) | Constructor. |
| Name | Description | |
|---|---|---|
![]() | AddProperty(String^, Object^) | Add additional properties to the message. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetProperty(String^) | Gets the value of a property, keyed by the given name. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | ToString().(Overrides Object::ToString().) |
A serialization method includes the message type, message, location, and message properties.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


