Méthode ISpellChecker ::Check (spellcheck.h)
Vérifie l’orthographe du texte fourni et retourne une collection d’erreurs d’orthographe.
Syntaxe
HRESULT Check(
[in] LPCWSTR text,
[out, retval] IEnumSpellingError **value
);
Paramètres
[in] text
Texte à case activée.
[out, retval] value
Résultat de la vérification de ce texte, retourné en tant qu’objet IEnumSpellingError .
Valeur retournée
Cette méthode peut retourner l’une de ces valeurs.
Code de retour | Description |
---|---|
|
Réussi. |
|
text est une chaîne vide. |
|
text est un pointeur null. |
Remarques
L’objet IEnumSpellingError retourné contient les résultats de la vérification orthographique. Un texte correct retourne une énumération vide (et non null).
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 |