Basic Library for UWP/WinRT XAML
GetSuggestions メソッド

正しいスペルの候補が提案される単語。
提供する候補の最大数。
スペルミスの単語に対する正しいスペルの候補のリストを取得します。
構文
'宣言
 
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 パラメータに対する正しいスペルの候補のリスト。
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

参照

関連項目

ISpellChecker インターフェース
ISpellChecker メンバ

Send Feedback