ITextViewLineCollection.IntersectsBufferSpan(SnapshotSpan) Yöntem

Tanım

Belirtilen arabellek yayılma alanının koleksiyondaki nesnelerden herhangi birini kesişip kesişmediğini detrmayın ITextViewLine .

public:
 bool IntersectsBufferSpan(Microsoft::VisualStudio::Text::SnapshotSpan bufferSpan);
bool IntersectsBufferSpan(Microsoft::VisualStudio::Text::SnapshotSpan bufferSpan);
public bool IntersectsBufferSpan (Microsoft.VisualStudio.Text.SnapshotSpan bufferSpan);
abstract member IntersectsBufferSpan : Microsoft.VisualStudio.Text.SnapshotSpan -> bool
Public Function IntersectsBufferSpan (bufferSpan As SnapshotSpan) As Boolean

Parametreler

bufferSpan
SnapshotSpan

Arabellek yayılımı.

Döndürülenler

Boolean

bufferSpan 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