C1.WPF Namespace > ISpellChecker Interface : GetSuggestions Method |
'Declaration
Function GetSuggestions( _ ByVal word As System.String, _ ByVal maxSuggestions As System.Integer _ ) As System.Collections.Generic.IEnumerable(Of String)
'Usage
Dim instance As ISpellChecker Dim word As System.String Dim maxSuggestions As System.Integer Dim value As System.Collections.Generic.IEnumerable(Of String) value = instance.GetSuggestions(word, maxSuggestions)
System.Collections.Generic.IEnumerable<string> GetSuggestions( System.string word, System.int maxSuggestions )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2