ITextSnapshotLine.GetLineBreakText Method

Definition

The string consisting of the line break characters (if any) at the end of the line. Has zero length for the last line in the buffer.

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

Returns

Remarks

This method returns a zero-length string for the last line in the buffer.

Applies to