ITextViewLine.IntersectsBufferSpan, méthode

Détermine si un bufferSpan croise cette ligne de texte.

Espace de noms :  Microsoft.VisualStudio.Text.Formatting
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 bufferSpan croise la ligne de texte ; 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

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting, espace de noms