Partager via


SnapshotPoint.GetChar, méthode

Obtient le caractère à la position de ce point d'instantané.

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

Syntaxe

'Déclaration
Public Function GetChar As Char
public char GetChar()
public:
wchar_t GetChar()
member GetChar : unit -> char
public function GetChar() : char

Valeur de retour

Type : Char
Caractère à la position de ce point d'instantané.

Exceptions

Exception Condition
ArgumentOutOfRangeException

La position de ce point est égale à la longueur de l'instantané.

Sécurité .NET Framework

Voir aussi

Référence

SnapshotPoint Structure

Microsoft.VisualStudio.Text, espace de noms