Gets an enumeration of String suggestions for word.
| C# | Visual Basic | Visual C++ | F# |
public virtual ArrayList FindSuggestions( string word )
Public Overridable Function FindSuggestions ( word As String ) As ArrayList
public: virtual ArrayList^ FindSuggestions( String^ word )
abstract FindSuggestions : word : string -> ArrayList override FindSuggestions : word : string -> ArrayList
- word (String)
- the word to check the spelling of.
ArrayList
ArrayList of String suggestions for word.
ArrayList of String suggestions for word.
| Exception | Condition |
|---|---|
| ArgumentNullException | if word parameter is null. |
Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204