Condividi tramite


Metodo ISpellCheckerChangedEventHandler::Invoke (spellcheck.h)

Riceve l'evento SpellCheckerChanged.

Sintassi

HRESULT Invoke(
  [in] ISpellChecker *sender
);

Parametri

[in] sender

ISpellChecker che ha generato l'evento.

Valore restituito

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Commenti

Questo metodo viene chiamato quando si verifica una modifica allo stato del correttore ortografico che potrebbe causare la gestione del testo in modo diverso. Un client deve ricontrollare il testo quando viene ricevuto questo evento.

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [app desktop | App UWP]
Server minimo supportato Windows Server 2012 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione spellcheck.h

Vedi anche

ISpellChecker

ISpellCheckerChangedEventHandler