Compartilhar via


Método ITextViewLineCollection.GetTextElementSpan

Obtém o span elemento cujo texto extensão contém a posição de buffer determinada.

Namespace:  Microsoft.VisualStudio.Text.Editor
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 índice do elemento determinado texto.

Exceções

Exceção Condição
ArgumentOutOfRangeException

bufferPositionnão corresponde a uma posição nessa linha.

Segurança do .NET Framework

Consulte também

Referência

ITextViewLineCollection Interface

Namespace Microsoft.VisualStudio.Text.Editor