CommentShape::ChooseRelationship Method (ShapeElement^)

 

Called by ShapeElement.FixUpChildShapes() to get the type of relationship the child ShapeElement has to its parent.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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.

Called by ShapeElement.FixUpChildShapes() to get the type of relationship that the child ShapeElement has to its parent.

Return to top
Show: