Partager via


ITextViewLineCollection.GetTextViewLinesIntersectingSpan, méthode

Obtient tous les objets ITextViewLine qui croisent l'élément bufferSpan.

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

Syntaxe

'Déclaration
Function GetTextViewLinesIntersectingSpan ( _
    bufferSpan As SnapshotSpan _
) As Collection(Of ITextViewLine)
Collection<ITextViewLine> GetTextViewLinesIntersectingSpan(
    SnapshotSpan bufferSpan
)
Collection<ITextViewLine^>^ GetTextViewLinesIntersectingSpan(
    SnapshotSpan bufferSpan
)
abstract GetTextViewLinesIntersectingSpan : 
        bufferSpan:SnapshotSpan -> Collection<ITextViewLine> 
function GetTextViewLinesIntersectingSpan(
    bufferSpan : SnapshotSpan
) : Collection<ITextViewLine>

Paramètres

Valeur de retour

Type : Collection<ITextViewLine>
Collection triée d'objets ITextViewLine qui croisent l'étendue de mémoire tampon.

Notes

Cela retourne une liste vide s'il n'y a aucune intersection entre les objets d'ITextViewLine dans cette collection et bufferSpan. 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