ShapeField.SetVisible(ShapeElement, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.