ITextSnapshotLine Methods

 

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

NameDescription
System_CAPS_pubmethodGetLineBreakText()

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

System_CAPS_pubmethodGetText()

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

System_CAPS_pubmethodGetTextIncludingLineBreak()

Gets the text of the line, including any line break characters.

Return to top
Show: