Share via


xInfo.text Method

Definition

Overloads

text()

Retrieves a line of text from the Infolog.

text(Int32)

text()

Retrieves a line of text from the Infolog.

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

A string that contains the text from the Infolog.

Applies to

text(Int32)

public:
 virtual System::String ^ text(int _line);
public virtual string text (int _line);
abstract member text : int -> string
override this.text : int -> string
Public Overridable Function text (_line As Integer) As String

Parameters

_line
Int32

The line in the Infolog with the text to retrieve.

Returns

Applies to