ShapeElement.PermitChildVisibility(ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opportunity to influence the visibility of your child shapes
protected:
virtual bool PermitChildVisibility(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ childShape);
protected virtual bool PermitChildVisibility (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement childShape);
abstract member PermitChildVisibility : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.PermitChildVisibility : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Protected Overridable Function PermitChildVisibility (childShape As ShapeElement) As Boolean
Parameters
- childShape
- ShapeElement
Returns
Whether the given child shape should be visible