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
snapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshotInstantané auquel mapper la position.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.