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

内容をスペルチェックするエディタコントロール。
メニューを開く位置の絶対プラグイン座標。
スペルミスの単語。
修正候補が選択されたときに呼び出されるコールバック。
スペルミスの単語に対する正しいスペルの候補を含むコンテキストメニューを表示します。
構文
'宣言
 
Sub ShowSuggestionsMenu( _
   ByVal editor As System.Object, _
   ByVal position As Windows.Foundation.Point, _
   ByVal word As System.String, _
   ByVal correctCallback As System.Action(Of String) _
) 
void ShowSuggestionsMenu( 
   System.object editor,
   Windows.Foundation.Point position,
   System.string word,
   System.Action<string> correctCallback
)

パラメータ

editor
内容をスペルチェックするエディタコントロール。
position
メニューを開く位置の絶対プラグイン座標。
word
スペルミスの単語。
correctCallback
修正候補が選択されたときに呼び出されるコールバック。
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