ITextViewLine::IsLastTextViewLineForSnapshotLine Property
Visual Studio 2015
Determines whether this ITextViewLine is the last line in the list of lines formatted for a particular ITextSnapshotLine.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Property Value
Type: System::Booleantrue if this ITextViewLine is the last line in the list of lines formatted for a particular ITextSnapshotLine, otherwise false.
This property is always true for lines that are not word-wrapped.
Show: