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

 

Assigns the specified value to a 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 SetValue(
	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 value.

Return to top
Show: