ITextViewLineCollection.ContainsBufferPosition(SnapshotPoint) Yöntem

Tanım

Belirtilen arabellek konumunun koleksiyondaki herhangi bir nesne tarafından içerilip içerilmeyeceğini belirler ITextViewLine .

public:
 bool ContainsBufferPosition(Microsoft::VisualStudio::Text::SnapshotPoint bufferPosition);
public bool ContainsBufferPosition (Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition);
abstract member ContainsBufferPosition : Microsoft.VisualStudio.Text.SnapshotPoint -> bool
Public Function ContainsBufferPosition (bufferPosition As SnapshotPoint) As Boolean

Parametreler

bufferPosition
SnapshotPoint

Arabellek konumu.

Döndürülenler

Boolean

bufferPosition ITextViewLine nesneleri nesneler içeriyorsa true, aksi takdirde false.

Açıklamalar

Bu yöntem, arabelleğin son satırı için gereken özel işlemeyi işler.

Şunlara uygulanır