ShapeElementSerializer.WriteShapeElementChildElements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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