Diagram::CreateChildShape Method (ModelElement^)

 

Creates a child shape for the parent shape.

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^ CreateChildShape(
	ModelElement^ element
) override

Parameters

element
Type: Microsoft.VisualStudio.Modeling::ModelElement^

The parent shape.

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The child shape for the parent shape.

Return to top
Show: