| C1.WPF Namespace > ISpellChecker Interface : GetSuggestions Method |
'DeclarationFunction GetSuggestions( _ ByVal word As String, _ ByVal maxSuggestions As Integer _ ) As IEnumerable(Of String)
'UsageDim instance As ISpellChecker Dim word As String Dim maxSuggestions As Integer Dim value As IEnumerable(Of String) value = instance.GetSuggestions(word, maxSuggestions)
IEnumerable<string> GetSuggestions( string word, int maxSuggestions )
IEnumerable<String^>^ GetSuggestions( String^ word, 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