Partager via


ITrackingPoint.GetCharacter, méthode

Mappe ce point de suivi à l'instantané spécifié et obtient le caractère à cette position.

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

Syntaxe

'Déclaration
Function GetCharacter ( _
    snapshot As ITextSnapshot _
) As Char
char GetCharacter(
    ITextSnapshot snapshot
)
wchar_t GetCharacter(
    ITextSnapshot^ snapshot
)
abstract GetCharacter : 
        snapshot:ITextSnapshot -> char
function GetCharacter(
    snapshot : ITextSnapshot
) : char

Paramètres

Valeur de retour

Type : Char
Caractère situé à la position spécifiée.

Exceptions

Exception Condition
ArgumentOutOfRangeException

Le point de suivi est à la position de fin de l'instantané.

Sécurité .NET Framework

Voir aussi

Référence

ITrackingPoint Interface

Microsoft.VisualStudio.Text, espace de noms