ShapeElement.UpdateDerivedVisible Method
Updates the visible state of the derived shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Protected Friend Sub UpdateDerivedVisible ( _
source As ShapeElement _
)
protected internal void UpdateDerivedVisible(
ShapeElement source
)
protected public:
void UpdateDerivedVisible(
ShapeElement^ source
)
member UpdateDerivedVisible :
source:ShapeElement -> unit
function UpdateDerivedVisible(
source : ShapeElement
)
Parameters
source
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe shape that changes the visibility of this shape.
.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.