ShapeField.SetVisible(ShapeElement, Object) Method

Definition

Sets the visibility of this ShapeField for the specified ShapeElement instance.

public:
 virtual void SetVisible(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, System::Object ^ value);
public virtual void SetVisible (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, object value);
abstract member SetVisible : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * obj -> unit
override this.SetVisible : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * obj -> unit
Public Overridable Sub SetVisible (parentShape As ShapeElement, value As Object)

Parameters

parentShape
ShapeElement

The ShapeElement instance from which to retrieve the value

value
Object

The new value.

Applies to