Partager via


ITextViewLineCollection.GetTextElementSpan, méthode

Obtient l'étendue dont l'étendue d'éléments de texte contient la position de mémoire tampon spécifiée.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.SnapshotSpan
Élément SnapshotSpan correspondant à l'index d'éléments de texte spécifié.

Exceptions

Exception Condition
ArgumentOutOfRangeException

bufferPosition ne correspond pas à une position sur cette ligne.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLineCollection Interface

Microsoft.VisualStudio.Text.Editor, espace de noms