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

 

Sets the association with the decoration and a shape.

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

public:
void SetValue(
	ShapeElement^ parentShape,
	Object^ value
)

Parameters

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

The shape.

value
Type: System::Object^

The association.

Return to top
Show: