ShapeElement.CalculateDerivedVisible Method

Verifies whether the child shape appears.

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

Syntax

'Declaration
Protected Overridable Function CalculateDerivedVisible ( _
    source As ShapeElement _
) As Boolean
protected virtual bool CalculateDerivedVisible(
    ShapeElement source
)
protected:
virtual bool CalculateDerivedVisible(
    ShapeElement^ source
)
abstract CalculateDerivedVisible : 
        source:ShapeElement -> bool  
override CalculateDerivedVisible : 
        source:ShapeElement -> bool
protected function CalculateDerivedVisible(
    source : ShapeElement
) : boolean

Parameters

Return Value

Type: Boolean
true if the child shape appears; otherwise, false.

Remarks

By default, if the shape is not a child, it appears.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace