バージョン

GetKeyboardParameter メソッド

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

パラメータ

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

戻り値の型

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