TextField.GetValue(ShapeElement) Method

Definition

Gets the value for this TextField.

public:
 override System::Object ^ GetValue(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public override object GetValue (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
override this.GetValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> obj
Public Overrides Function GetValue (parentShape As ShapeElement) As Object

Parameters

parentShape
ShapeElement

The parent ShapeElement of this field.

Returns

The value for this TextField.

Applies to