ITextViewLine.IntersectsBufferSpan(SnapshotSpan) Methode

Definition

Bestimmt, ob eine bufferSpan diese Textzeile schneidet.

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

Parameter

bufferSpan
SnapshotSpan

Die Pufferspanne.

Gibt zurück

Boolean

true bufferSpan , wenn die Textzeile schneidet, andernfalls false.

Hinweise

Diese Methode verarbeitet die spezielle Verarbeitung, die für die letzte Zeile des Puffers erforderlich ist.

Gilt für