SerializationResult Class

 

Represents a serialization result.

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

System::Object
  Microsoft.VisualStudio.Modeling::SerializationResult

public ref class SerializationResult : IEnumerable<SerializationMessage^>, 
	IEnumerable

NameDescription
System_CAPS_pubmethodSerializationResult()

Initializes a new instance of the SerializationResult class.

NameDescription
System_CAPS_pubpropertyEncoding

The encoding used during serialization

System_CAPS_pubpropertyFailed

Gets or sets whether the serialization failed.

NameDescription
System_CAPS_pubmethodAddMessage(SerializationMessage^)

Adds a message to a serialization result.

System_CAPS_pubmethodAppend(SerializationResult^)

Appends a result to the list of results.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Gets the enumerator that enumerates all stored serialization messages.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Gets an enumerator that enumerates all stored SerializationMessages.

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: