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
bufferPosition
Tipo: Microsoft.VisualStudio.Text.SnapshotPointA posição do buffer.
Valor de retorno
Tipo: Microsoft.VisualStudio.Text.SnapshotSpan
O SnapshotSpan que corresponde ao elemento determinado texto.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.