ITextViewLine::ContainsBufferPosition Method (SnapshotPoint)
Visual Studio 2015
Determines whether the specified buffer position lies within this text line.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- bufferPosition
-
Type:
Microsoft.VisualStudio.Text::SnapshotPoint
The buffer position.
Return Value
Type: System::Booleantrue if bufferPosition lies within this text line, otherwise false.
This method handles the special processing required for the last line of the buffer.
Show: