ShapeField.GetVisible(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.
Gets a value indicating whether the ShapeField is visible
C++
public:
virtual bool GetVisible(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual bool GetVisible(Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetVisible : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.GetVisible : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Overridable Function GetVisible (parentShape As ShapeElement) As Boolean
- parentShape
- ShapeElement
The ShapeElement instance
true if the ShapeField visible. Otherwise, false.
Override this method to dynamically change the visibility of the ShapeField based on the ShapeElement instance.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |