Share via


Interface ISpellChecker (spellcheck.h)

Représente un vérificateur orthographique particulier pour une langue particulière.

ISpellChecker peut être utilisé pour case activée du texte, obtenir des suggestions, mettre à jour les dictionnaires utilisateur et gérer les options.

Héritage

L’interface ISpellChecker hérite de l’interface IUnknown . ISpellChecker a également les types de membres suivants :

Méthodes

L’interface ISpellChecker a ces méthodes.

 
ISpellChecker ::Add

Traite le mot fourni comme s’il faisait partie du dictionnaire d’origine.
ISpellChecker ::add_SpellCheckerChanged

Ajoute un gestionnaire d’événements (ISpellCheckerChangedEventHandler) pour l’événement SpellCheckerChanged.
ISpellChecker ::AutoCorrect

Entraîne le remplacement des occurrences d’un mot par un autre.
ISpellChecker ::Check

Vérifie l’orthographe du texte fourni et retourne une collection de fautes d’orthographe. (ISpellChecker.Check)
ISpellChecker ::ComprehensiveCheck

Vérifie l’orthographe du texte fourni d’une manière plus complète que ISpellChecker ::Check et retourne une collection d’fautes d’orthographe.
ISpellChecker ::get_Id

Obtient l’identificateur de ce vérificateur orthographique.
ISpellChecker ::get_LanguageTag

Obtient la balise de langue BCP47 prise en charge par cette instance du vérificateur orthographique. (ISpellChecker.get_LanguageTag)
ISpellChecker ::get_LocalizedName

Obtient le texte, adapté à l’utilisateur, qui décrit ce vérificateur orthographique. (ISpellChecker.get_LocalizedName)
ISpellChecker ::get_OptionIds

Obtient tous les identificateurs d’option déclarés.
ISpellChecker ::GetOptionDescription

Récupère les informations (id, description, titre et étiquettes) d’une option spécifique. (ISpellChecker.GetOptionDescription)
ISpellChecker ::GetOptionValue

Récupère la valeur associée à l’option donnée. (ISpellChecker.GetOptionValue)
ISpellChecker ::Ignore

Ignore le mot fourni pour le reste de cette session.
ISpellChecker ::remove_SpellCheckerChanged

Supprime un gestionnaire d’événements (ISpellCheckerChangedEventHandler) qui a été ajouté pour l’événement SpellCheckerChanged.
ISpellChecker ::Suggest

Récupère des suggestions orthographiques pour le texte fourni. (ISpellChecker.Suggest)

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête spellcheck.h