SerializationResult Class
Visual Studio 2015
Represents a serialization result.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | SerializationResult() | Initializes a new instance of the SerializationResult class. |
| Name | Description | |
|---|---|---|
![]() | AddMessage(SerializationMessage^) | Adds a message to a serialization result. |
![]() | Append(SerializationResult^) | Appends a result to the list of results. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Gets the enumerator that enumerates all stored serialization messages. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::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.
Show:




