Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Sub ReadLinkShapeChildElements ( _
serializationContext As SerializationContext, _
linkShape As LinkShape, _
reader As XmlReader _
)
'使用
Dim serializationContext As SerializationContext
Dim linkShape As LinkShape
Dim reader As XmlReader
Me.ReadLinkShapeChildElements(serializationContext, _
linkShape, reader)
protected void ReadLinkShapeChildElements(
SerializationContext serializationContext,
LinkShape linkShape,
XmlReader reader
)
protected:
void ReadLinkShapeChildElements(
SerializationContext^ serializationContext,
LinkShape^ linkShape,
XmlReader^ reader
)
protected function ReadLinkShapeChildElements(
serializationContext : SerializationContext,
linkShape : LinkShape,
reader : XmlReader
)
Parameters
- serializationContext
Type: Microsoft.VisualStudio.Modeling.SerializationContext
- linkShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
- reader
Type: System.Xml.XmlReader
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.