ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / GetSuggestions Method / GetSuggestions(String,Int32) Method
Word to suggest alternatives for.
Maximum number of suggestions to provide.

In This Topic
    GetSuggestions(String,Int32) Method
    In This Topic
    Gets an array containing suggestions for a misspelled word.
    Syntax
    'Declaration
     
    Public Overloads Function GetSuggestions( _
       ByVal word As System.String, _
       ByVal maxCount As System.Integer _
    ) As System.String()
    public System.string[] GetSuggestions( 
       System.string word,
       System.int maxCount
    )

    Parameters

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

    Return Value

    An array containing suggestions for the word parameter.
    See Also