ITextSnapshotLine.GetLineBreakText 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.
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.