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
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe shape.
Return Value
Type: System.Object
The association between the decorator and a shape.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.