CORRECTIVE_ACTION enumeración (spellcheck.h)
Identifica el tipo de acción correctiva que se va a realizar para un error ortográfico.
Syntax
typedef enum CORRECTIVE_ACTION {
CORRECTIVE_ACTION_NONE = 0,
CORRECTIVE_ACTION_GET_SUGGESTIONS = 1,
CORRECTIVE_ACTION_REPLACE = 2,
CORRECTIVE_ACTION_DELETE = 3
} ;
Constantes
CORRECTIVE_ACTION_NONE Valor: 0 No hay errores. |
CORRECTIVE_ACTION_GET_SUGGESTIONS Valor: 1 Se debe solicitar al usuario una lista de sugerencias tal y como devuelve ISpellChecker::Suggest. |
CORRECTIVE_ACTION_REPLACE Valor: 2 Reemplace el texto erróneo indicado por el texto proporcionado en la sugerencia. No es necesario solicitar al usuario. |
CORRECTIVE_ACTION_DELETE Valor: 3 Se le pedirá al usuario que elimine el texto erróneo indicado. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 8 [aplicaciones de escritorio | Aplicaciones para UWP] |
Servidor mínimo compatible | Windows Server 2012 [aplicaciones de escritorio | Aplicaciones para UWP] |
Encabezado | spellcheck.h |