ShapeElementSerializer.WriteShapeElementChildElements Method

Definition

Write child elements defined on ShapeElement.

protected:
 void WriteShapeElementChildElements(Microsoft::VisualStudio::Modeling::SerializationContext ^ serializationContext, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ shapeElement, System::Xml::XmlWriter ^ writer);
protected void WriteShapeElementChildElements (Microsoft.VisualStudio.Modeling.SerializationContext serializationContext, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement shapeElement, System.Xml.XmlWriter writer);
member this.WriteShapeElementChildElements : Microsoft.VisualStudio.Modeling.SerializationContext * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * System.Xml.XmlWriter -> unit
Protected Sub WriteShapeElementChildElements (serializationContext As SerializationContext, shapeElement As ShapeElement, writer As XmlWriter)

Parameters

serializationContext
SerializationContext
shapeElement
ShapeElement
writer
XmlWriter

Applies to