ShapeElementSerializer.ReadShapeElementChildElements 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.
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