UITextChecker.HasLearnedWord(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the spell checker has learned the specified word.
[Foundation.Export("hasLearnedWord:")]
public static bool HasLearnedWord (string word);
static member HasLearnedWord : string -> bool
Parameters
- word
- String
Returns
- Attributes