バージョン 24.2 (最新)

GetKeyboardParameter メソッド

ProcessKeyboardInput メソッドで処理されているコマンドのために使用するパラメーターを返します。
シンタックス
protected override object GetKeyboardParameter( 
   ICommandHost commandHost,
   RoutedCommand command,
   KeyEventArgs keyArgs
)

パラメータ

commandHost
キーボード入力が処理される ICommandHost インスタンス。
command
実行されるコマンド。
keyArgs
コマンドが起動されるためのキー イベント引数。

戻り値の型

コマンド実行のパラメーターとして渡すオブジェクトを返します。
参照