Condividi tramite


Metodo ITextViewLine.GetExtendedCharacterBounds (VirtualSnapshotPoint)

Calcola i limiti del carattere nella posizione del buffer virtuale specificata, incluse le eventuali aree di controllo di negoziazione spazio adiacenti.

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

Sintassi

'Dichiarazione
Function GetExtendedCharacterBounds ( _
    bufferPosition As VirtualSnapshotPoint _
) As TextBounds
TextBounds GetExtendedCharacterBounds(
    VirtualSnapshotPoint bufferPosition
)
TextBounds GetExtendedCharacterBounds(
    VirtualSnapshotPoint bufferPosition
)
abstract GetExtendedCharacterBounds : 
        bufferPosition:VirtualSnapshotPoint -> TextBounds
function GetExtendedCharacterBounds(
    bufferPosition : VirtualSnapshotPoint
) : TextBounds

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.Formatting.TextBounds
In TextBounds struttura.

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

bufferPosition non corrisponde a una posizione in questa riga.

Note

Il testo bidirezionale il bordo di attacco che si trova a destra del bordo finale.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextViewLine Interfaccia

Overload GetExtendedCharacterBounds

Spazio dei nomi Microsoft.VisualStudio.Text.Formatting