TextField::GetDisplayText Method (ShapeElement^)
Visual Studio 2015
Gets the text to be displayed by this field.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The parent ShapeElement of this field.
Return Value
Type: System::String^Override this method to customize your text prior to drawing. By default it returns GetValue(shapeElement).ToString()
Show: