ShapeElement.PermitChildVisibility(ShapeElement) Method
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
C++
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
- childShape
- ShapeElement
Whether the given child shape should be visible
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |