Gets an array containing suggestions for a misspelled word.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
public string[] GetSuggestions( string word ) |
| Visual Basic |
|---|
Public Function GetSuggestions ( _ word As String _ ) As String() |
Parameters
- word
- Type: System..::..String
Word to suggest alternatives for.