ITextViewLineCollection::ContainsBufferPosition Method (SnapshotPoint)

 

Determines whether the specified buffer position is contained by any of the ITextViewLine objects in the collection.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

bool ContainsBufferPosition(
	SnapshotPoint bufferPosition
)

Parameters

bufferPosition
Type: Microsoft.VisualStudio.Text::SnapshotPoint

The buffer position.

Return Value

Type: System::Boolean

true if bufferPosition is contained by ones of the ITextViewLine objects, otherwise false.

This method handles the special processing required for the last line of the buffer.

Return to top
Show: