'宣言 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 )
パラメータ
- word
- 正しいスペルの候補が提案される単語。
- maxSuggestions
- 提供する候補の最大数。
戻り値の型
word パラメータに対する正しいスペルの候補のリスト。