SerializationMessage Class

 

Represents a serialization message.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling::SerializationMessage

public ref class SerializationMessage 

NameDescription
System_CAPS_pubpropertyColumn

Column number of the message.

System_CAPS_pubpropertyKind

Kind of the message.

System_CAPS_pubpropertyLine

Line number of the message.

System_CAPS_pubpropertyLocation

The location of the source of this message. Usually a file path, but can be other string (including null) as well.

System_CAPS_pubpropertyMessage

Message string.

NameDescription
System_CAPS_pubmethodAddProperty(String^, Object^)

Add additional properties to the message.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetProperty(String^)

Gets the value of a property, keyed by the given name.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top
Show: