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
bufferPosition
Tipo: Microsoft.VisualStudio.Text.SnapshotPointLa posizione del buffer.
Valore restituito
Tipo: Microsoft.VisualStudio.Text.SnapshotSpan
SnapshotSpan che corrisponde all'elemento di testo specificato.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.