Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies whether the child shape appears.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
- source
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The parent shape for the child shape.
Return Value
Type: System.Boolean
true if the child shape appears; otherwise, false.
Remarks
By default, if the shape is not a child, it appears.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.