Decorator.GetValue Method

Gets the association between the decorator and a shape.

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

Syntax

'宣言
Public Function GetValue ( _
    parentShape As ShapeElement _
) As Object
'使用
Dim instance As Decorator
Dim parentShape As ShapeElement
Dim returnValue As Object

returnValue = instance.GetValue(parentShape)
public Object GetValue(
    ShapeElement parentShape
)
public:
Object^ GetValue(
    ShapeElement^ parentShape
)
public function GetValue(
    parentShape : ShapeElement
) : Object

Parameters

Return Value

Type: System.Object

The association between the decorator and a shape.

Permissions

See Also

Reference

Decorator Class

Decorator Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace