FlexGrid for WinRT
GetSuggestions Method

Word to suggest alternatives for.
Maximum number of suggestions to provide.
Gets a list of suggestions for a misspelled word.
Syntax
'Declaration
 
Function GetSuggestions( _
   ByVal word As System.String, _
   ByVal maxSuggestions As System.Integer _
) As System.Collections.Generic.IEnumerable(Of String)
System.Collections.Generic.IEnumerable<string> GetSuggestions( 
   System.string word,
   System.int maxSuggestions
)

Parameters

word
Word to suggest alternatives for.
maxSuggestions
Maximum number of suggestions to provide.

Return Value

A list of suggestions for the word parameter.
Requirements

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

See Also

Reference

ISpellChecker Interface
ISpellChecker Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback