LinkShapeSerializer.ReadLinkShapeChildElements Method

Definition

Read child elements defined on LinkShape.

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

Parameters

serializationContext
SerializationContext
linkShape
LinkShape
reader
XmlReader

Applies to