Compartir a través de


ITextViewLineCollection.GetTextViewLinesIntersectingSpan (Método)

Obtiene todos los objetos ITextViewLine que forman una intersección con bufferSpan.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.UI (en Microsoft.VisualStudio.Text.UI.dll)

Sintaxis

'Declaración
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>

Parámetros

Valor devuelto

Tipo: Collection<ITextViewLine>
Una colección ordenada de objetos ITextViewLine que forman una intersección con el intervalo del búfer.

Comentarios

Esto devuelve una lista vacía si no hay ninguna intersección entre los objetos de ITextViewLine en esta colección y bufferSpan. Este método controla el procesamiento especial requerido para la última línea del búfer.

Seguridad de .NET Framework

Vea también

Referencia

ITextViewLineCollection Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)