Méthode ISpellChecker ::GetOptionDescription (spellcheck.h)
Récupère les informations (id, description, titre et étiquettes) d’une option spécifique.
Syntaxe
HRESULT GetOptionDescription(
[in] LPCWSTR optionId,
[out, retval] IOptionDescription **value
);
Paramètres
[in] optionId
Identificateur de l’option à récupérer.
[out, retval] value
Interface IOptionDescription qui contient les informations sur optionId.
Valeur retournée
Cette méthode peut retourner l’une de ces valeurs.
Code de retour | Description |
---|---|
|
Réussi. |
|
optionId est une chaîne vide ou n’est pas l’une des options disponibles. |
|
optionId est un pointeur 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 |