Decorator::GetValue Method (ShapeElement^)

 

Gets the association between the decorator 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:
Object^ GetValue(
	ShapeElement^ parentShape
)

Parameters

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

The shape.

Return Value

Type: System::Object^

The association between the decorator and a shape.

Return to top
Show: