Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ISpellChecker Interface / GetSuggestions Method
Word to suggest alternatives for.
Maximum number of suggestions to provide.

In This Topic
    GetSuggestions Method (ISpellChecker)
    In This Topic
    Gets a list of suggestions for a misspelled word.
    Syntax
    'Declaration
     
    
    Function GetSuggestions( _
       ByVal word As String, _
       ByVal maxSuggestions As Integer _
    ) As IEnumerable(Of String)

    Parameters

    word
    Word to suggest alternatives for.
    maxSuggestions
    Maximum number of suggestions to provide.

    Return Value

    A list of suggestions for the word parameter.
    See Also