NodeShape::PermitChildVisibility Method (ShapeElement^)

 

Verifies whether the child shape can appear.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual bool PermitChildVisibility(
	ShapeElement^ childShape
) override

Parameters

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

The child shape to check.

relatedShape

The child shape to constrain

Return Value

Type: System::Boolean

true if the child shape can appear; otherwise, false.

Collapsed nodes hide their nested children

Return to top
Show: