Partager via


ITextViewLineCollection.IntersectsBufferSpan, méthode

Détermine si l'étendue de mémoire tampon spécifiée croise les objets l'différents d'ITextViewLine dans la collection.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Function IntersectsBufferSpan ( _
    bufferSpan As SnapshotSpan _
) As Boolean
bool IntersectsBufferSpan(
    SnapshotSpan bufferSpan
)
bool IntersectsBufferSpan(
    SnapshotSpan bufferSpan
)
abstract IntersectsBufferSpan : 
        bufferSpan:SnapshotSpan -> bool
function IntersectsBufferSpan(
    bufferSpan : SnapshotSpan
) : boolean

Paramètres

Valeur de retour

Type : Boolean
true si l'élément bufferSpan est contenu dans l'un des objets ITextViewLine, sinon false.

Notes

Cette méthode gère traiter spéciale requis pour la dernière ligne de la mémoire tampon.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLineCollection Interface

Microsoft.VisualStudio.Text.Editor, espace de noms