TextBuffer.getText 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.
Retrieves the current content of the TextBuffer object.
public:
virtual System::String ^ getText();
public virtual string getText ();
abstract member getText : unit -> string
override this.getText : unit -> string
Public Overridable Function getText () As String
Returns
A string that contains the content of TextBuffer object.
Remarks
The TextBuffer can contain new lines, which are then present in the returned string.