CommentShape::ChooseRelationship Method (ShapeElement^)
Visual Studio 2015
Called by ShapeElement.FixUpChildShapes() to get the type of relationship the child ShapeElement has to its parent.
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^
Child shape to be added to this shape.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement::RelationshipTypeCalled by ShapeElement.FixUpChildShapes() to get the type of relationship that the child ShapeElement has to its parent.
Show: