LinkShapeSerializer.WriteLinkShapeChildElements Method

Definition

Write child elements defined on LinkShape.

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

Parameters

serializationContext
SerializationContext
linkShape
LinkShape
writer
XmlWriter

Applies to