Diagram.ConnectNestedChild(NodeShape, ShapeElement) 方法

定义

还原嵌套子形状、其子对象和链接的图形布局对象。

public:
 void ConnectNestedChild(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ child, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ linksContainer);
public void ConnectNestedChild (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape child, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement linksContainer);
member this.ConnectNestedChild : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Sub ConnectNestedChild (child As NodeShape, linksContainer As ShapeElement)

参数

child
NodeShape
linksContainer
ShapeElement

适用于