Returns an ArrayList of Strings that are suitable suggestions for the current bad word (that is, the one last returned by NextBadWord()).
| C# | Visual Basic | Visual C++ | F# |
ArrayList FindSuggestions()
Function FindSuggestions As ArrayList
ArrayList^ FindSuggestions()
abstract FindSuggestions : unit -> ArrayList
If no suggestions can be found, this should return an empty ArrayList. This method should be thread safe if operating with RapidSpell Desktop.
| Exception | Condition |
|---|---|
| NoCurrentBadWordException | If NextBadWord() hasn't been run first AND found an erroneous word. |
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)