Compartilhar via


Método ITextViewLine.GetTextElementSpan

Obtém o intervalo cujo índice do elemento de texto corresponde à posição determinada de buffer.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: Microsoft.VisualStudio.Text.SnapshotSpan
O SnapshotSpan que corresponde ao elemento determinado texto.

Segurança do .NET Framework

Consulte também

Referência

ITextViewLine Interface

Namespace Microsoft.VisualStudio.Text.Formatting