バージョン

CommandWrapper コンストラクタ(IGRoutedCommand,InputGestureCollection)

新しい CommandWrapper を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal command As IGRoutedCommand, _
   ByVal inputGestures As InputGestureCollection _
)
public CommandWrapper( 
   IGRoutedCommand command,
   InputGestureCollection inputGestures
)

パラメータ

command
CommandWrapper によって表現されるコマンド
inputGestures
コマンドに関連付けられる入力ジェスチャのコレクション
参照