Keyoti RapidSpell Silverlight API Docs
FindSuggestions Method (word)
APIKeyoti.RapidSpellRapidSpellCheckerFindSuggestions(String)
Keyoti RapidSpell Silverlight
Gets an enumeration of String suggestions for word.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
word (String)
the word to check the spelling of.
Return Value
ArrayList
ArrayList of String suggestions for word.
Exceptions
ExceptionCondition
ArgumentNullExceptionif word parameter is null.

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)