ShapeElementSerializer.ReadShapeElementChildElements Method

Definition

Read child elements defined on ShapeElement.

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

Parameters

serializationContext
SerializationContext
shapeElement
ShapeElement
reader
XmlReader

Applies to