スペルミスの単語に対する修正候補を含む配列を取得します。
シンタックス
'宣言
Public Overloads Function GetSuggestions( _
ByVal As System.String, _
ByVal As System.Integer _
) As System.String()
public System.string[] GetSuggestions(
System.string ,
System.int
)
パラメータ
- word
- 正しいスペルの候補が提案される単語。
- maxCount
- 提供する候補の最大数。
戻り値の型
パラメータの修正候補を含む配列。
参照