Partager via


ITextViewLineCollection.GetCharacterBounds, méthode

Obtient les limites de texte correspondant à la position de mémoire tampon de texte 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 GetCharacterBounds ( _
    bufferPosition As SnapshotPoint _
) As TextBounds
TextBounds GetCharacterBounds(
    SnapshotPoint bufferPosition
)
TextBounds GetCharacterBounds(
    SnapshotPoint bufferPosition
)
abstract GetCharacterBounds : 
        bufferPosition:SnapshotPoint -> TextBounds
function GetCharacterBounds(
    bufferPosition : SnapshotPoint
) : TextBounds

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Formatting.TextBounds
Structure d'élément TextBounds rectangulaire.

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