[]
        
(Showing Draft Content)

C1.WPF.ISpellChecker.GetSuggestions

GetSuggestions Method

GetSuggestions(string, int)

Gets a list of suggestions for a misspelled word.

Declaration
IEnumerable<string> GetSuggestions(string word, int maxSuggestions)
Parameters
Type Name Description
string word

Word to suggest alternatives for.

int maxSuggestions

Maximum number of suggestions to provide.

Returns
Type Description
IEnumerable<string>

A list of suggestions for the word parameter.