Condividi tramite


Metodo ITextViewLine.GetTextElementSpan

Ottiene l'intervallo di cui indice dell'elemento di testo corrisponde alla posizione del buffer specificata.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.SnapshotSpan
SnapshotSpan che corrisponde all'elemento di testo specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextViewLine Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Formatting