ITextSnapshotLine.GetText Method

Definition

The text of the line, excluding any line break characters.

public:
 System::String ^ GetText();
public:
 Platform::String ^ GetText();
std::wstring GetText();
public string GetText ();
abstract member GetText : unit -> string
Public Function GetText () As String

Returns

The text of the line.

Applies to