バージョン

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

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

パラメータ

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