Updates the visible state of the derived shape.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
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.ShapeElement
 The 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.