TextField.GetValue(ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.