LabelShape::ChooseRelationship Method (ShapeElement^)
Visual Studio 2015
Gets the type of relationship between the child label shape and its parent label 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 label shape.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement::RelationshipTypeThe type of relationship to create.
Show: