ComponentOne SpellChecker for WPF and Silverlight
GetSuggestions(String,Int32) Method

C1.WPF.SpellChecker Namespace > C1SpellChecker Class > GetSuggestions Method : GetSuggestions(String,Int32) Method
Word to suggest alternatives for.
Maximum number of suggestions to provide.
Gets an array containing suggestions for a misspelled word.
Syntax
'Declaration
 
Public Overloads Function GetSuggestions( _
   ByVal word As String, _
   ByVal maxCount As Integer _
) As String()
public string[] GetSuggestions( 
   string word,
   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

Reference

C1SpellChecker Class
C1SpellChecker Members
Overload List