Compartir a través de


ITextViewLineCollection.GetTextElementSpan (Método)

Obtiene el intervalo cuyo intervalo de elemento de texto contiene la posición en el búfer determinada.

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

Sintaxis

'Declaración
Function GetTextElementSpan ( _
    bufferPosition As SnapshotPoint _
) As SnapshotSpan
SnapshotSpan GetTextElementSpan(
    SnapshotPoint bufferPosition
)
SnapshotSpan GetTextElementSpan(
    SnapshotPoint bufferPosition
)
abstract GetTextElementSpan : 
        bufferPosition:SnapshotPoint -> SnapshotSpan
function GetTextElementSpan(
    bufferPosition : SnapshotPoint
) : SnapshotSpan

Parámetros

Valor devuelto

Tipo: Microsoft.VisualStudio.Text.SnapshotSpan
SnapshotSpan correspondiente al índice del elemento de texto determinado.

Excepciones

Excepción Condición
ArgumentOutOfRangeException

bufferPosition no corresponde a una posición respecto a esta línea.

Seguridad de .NET Framework

Vea también

Referencia

ITextViewLineCollection Interfaz

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