ShapeField::SetVisible Method (ShapeElement^, Object^)

 

Sets the visibility of the shape field.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual void SetVisible(
	ShapeElement^ parentShape,
	Object^ value
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The shape element to which the shape field is assigned.

value
Type: System::Object^

The visibility of the shape field.

Return to top
Show: