ITextViewLine.ContainsBufferPosition Method
Determines whether the specified buffer position lies within this text line.
Namespace: Microsoft.VisualStudio.Text.Formatting
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
bufferPosition
Type: Microsoft.VisualStudio.Text.SnapshotPointThe buffer position.
Return Value
Type: System.Boolean
true if bufferPosition lies within this text line, otherwise false.
Remarks
This method handles the special processing required for the last line of the buffer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.