Instance Method インスタンスメソッド

spellServer(_:didForgetWord:inLanguage:)

Notifies the delegate that the sender has removed the specified word from the user’s list of acceptable words in the specified language. センダーがその指定された単語をその指定された言語におけるユーザのもつ受け入れ可能な単語リストから取り除いたことを委任先に通知します。

Declaration 宣言

optional func spellServer(_ sender: NSSpellServer, 
            didForgetWord word: String, 
               inLanguage language: String)

Parameters パラメータ

sender

The NSSpellServer object that removed the word. 単語を取り除かれたNSSpellServerオブジェクト。

word

The word that was removed. 取り除かれた単語。

language

The language of the removed word. 取り除かれた単語の言語。

Discussion 議論

If your delegate maintains a similar auxiliary word list, you may wish to edit the list accordingly. あなたの委任先が類似の補助的単語リストを保守するならば、あなたはそれを受けてそのリストの編集を望むかもしれません。

See Also 参照

Managing the Spelling Dictionary スペリング辞書を管理する