Diagram.ConnectNestedChild(NodeShape, ShapeElement) Method

Definition

Restores graph layout objects for a nested child shape, its children and links recursively.

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)

Parameters

child
NodeShape
linksContainer
ShapeElement

Applies to