MoveableDecoratorHostShapeSerializer::Read Method (SerializationContext^, ModelElement^, XmlReader^)

 

Unlike DecoratorHostShape, MoveableDecoratorHostShape does need to be serialized to preserve the location information. However, due to the special handling of decorators and host shapes in CDS, the normal generated serialization won't work. So we short-circuit the generated serializer here, and handle the serialization in ShapeElementSerializer.CustomReadElements() instead.

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

public:
virtual void Read(
	SerializationContext^ serializationContext,
	ModelElement^ element,
	XmlReader^ reader
) override

Parameters

Return to top
Show: