[]
        
(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)
Function GetSuggestions(word As String, maxSuggestions As Integer) As IEnumerable(Of String)
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.