Diagram.ConnectNestedChild(NodeShape, ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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