ShapeElement::PermitChildVisibility Method (ShapeElement^)

 

Verifies whether the child shape should appear in the diagram.

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
)

Parameters

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

The child shape.

relatedShape

The child shape to constrain

Return Value

Type: System::Boolean

Whether the given child shape should be visible

Return to top
Show: