ITextSnapshotLine::GetLineBreakText Method ()

 

Gets the string consisting of the line break characters (if any) at the end of the line.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

String^ GetLineBreakText()

Return Value

Type: System::String^

The string.

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

Return to top
Show: