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

spellServer(_:didLearnWord:inLanguage:)

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

Declaration 宣言

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

Parameters パラメータ

sender

The NSSpellServer object that added the word. 単語を加えたNSSpellServerオブジェクト。

word

The word that was added. 加えられた単語。

language

The language of the added 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 スペリング辞書を管理する