This member overrides ShapeField.GetValue(ShapeElement).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overrides Function GetValue ( _
parentShape As ShapeElement _
) As Object
'使用
Dim instance As TextField
Dim parentShape As ShapeElement
Dim returnValue As Object
returnValue = instance.GetValue(parentShape)
public override Object GetValue(
ShapeElement parentShape
)
public:
virtual Object^ GetValue(
ShapeElement^ parentShape
) override
public override function GetValue(
parentShape : ShapeElement
) : Object
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Return Value
Type: System.Object
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.