FormSegment.text 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 current text of the segment.
public:
virtual System::String ^ text();
public virtual string text ();
abstract member text : unit -> string
override this.text : unit -> string
Public Overridable Function text () As String
Returns
The current text of the segment.
Remarks
This method always returns the current text of the segment, even while it is being modified. To retrieve the last value that was persisted for the segment, use the value method.