NodeShape::ChooseRelationship Method (ShapeElement^)
Visual Studio 2015
Called by FixUpChildShapes() to get the relationship to create between the child shape and its parent shape.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
protected: virtual ShapeElement::RelationshipType ChooseRelationship( ShapeElement^ childShape ) override
Parameters
- childShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The child shape.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement::RelationshipTypeThe relationship to create between the child shape and its parent shape.
Show: