TextField.GetValue Method

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

Return Value

Type: System.Object

Permissions

See Also

Reference

TextField Class

TextField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace