Gets an enumeration of String suggestions for word.
| C# | Visual Basic | Visual C++ | F# |
protected virtual ArrayList FindSuggestions( string word, bool searchLowerCase )
Protected Overridable Function FindSuggestions ( word As String, searchLowerCase As Boolean ) As ArrayList
protected: virtual ArrayList^ FindSuggestions( String^ word, bool searchLowerCase )
abstract FindSuggestions : word : string * searchLowerCase : bool -> ArrayList override FindSuggestions : word : string * searchLowerCase : bool -> ArrayList
ArrayList
ArrayList of String suggestions for word.
ArrayList of String suggestions for word.
| Exception | Condition |
|---|---|
| ArgumentNullException | if word parameter is null. |
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)