Share via


ITextViewLineCollection.ContainsBufferPosition Method

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)

Syntax

'Declaration
Function ContainsBufferPosition ( _
    bufferPosition As SnapshotPoint _
) As Boolean
bool ContainsBufferPosition(
    SnapshotPoint bufferPosition
)
bool ContainsBufferPosition(
    SnapshotPoint bufferPosition
)
abstract ContainsBufferPosition : 
        bufferPosition:SnapshotPoint -> bool 
function ContainsBufferPosition(
    bufferPosition : SnapshotPoint
) : boolean

Parameters

Return Value

Type: System.Boolean
true if bufferPosition is contained by ones of the ITextViewLine objects, otherwise false.

Remarks

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

.NET Framework Security

See Also

Reference

ITextViewLineCollection Interface

Microsoft.VisualStudio.Text.Editor Namespace