ShapeElement::GetChildElements Method (ModelElement^)

 

Gets a collection of child shapes that belong to 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)

public:
virtual ICollection^ GetChildElements(
	ModelElement^ parentElement
)

Parameters

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

The parent shape.

Return Value

Type: System.Collections::ICollection^

A collection of child shapes that belong to the parent shape.

Return to top
Show: