Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Sub WriteLinkShapeChildElements ( _
serializationContext As SerializationContext, _
linkShape As LinkShape, _
writer As XmlWriter _
)
'使用
Dim serializationContext As SerializationContext
Dim linkShape As LinkShape
Dim writer As XmlWriter
Me.WriteLinkShapeChildElements(serializationContext, _
linkShape, writer)
protected void WriteLinkShapeChildElements(
SerializationContext serializationContext,
LinkShape linkShape,
XmlWriter writer
)
protected:
void WriteLinkShapeChildElements(
SerializationContext^ serializationContext,
LinkShape^ linkShape,
XmlWriter^ writer
)
protected function WriteLinkShapeChildElements(
serializationContext : SerializationContext,
linkShape : LinkShape,
writer : XmlWriter
)
Parameters
- serializationContext
Type: Microsoft.VisualStudio.Modeling.SerializationContext
- linkShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
- writer
Type: System.Xml.XmlWriter
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.