Diagram.DisconnectNestedChild(NodeShape) 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.
Removes graph layout objects for a swimlane child shape, its children and links recursively.
public:
void DisconnectNestedChild(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ child);
public void DisconnectNestedChild (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape child);
member this.DisconnectNestedChild : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> unit
Public Sub DisconnectNestedChild (child As NodeShape)
Parameters
- child
- NodeShape