InputBindingCollection コンストラクター

定義

InputBindingCollection クラスの新しいインスタンスを初期化します。

オーバーロード

InputBindingCollection()

InputBindingCollection クラスの新しいインスタンスを初期化します。

InputBindingCollection(IList)

指定した InputBindingCollection の項目を使用して、IList クラスの新しいインスタンスを初期化します。

注釈

コマンド実行の概要

KeyBinding

MouseBinding

KeyGesture

MouseGesture

InputBindingCollection()

InputBindingCollection クラスの新しいインスタンスを初期化します。

public:
 InputBindingCollection();
public InputBindingCollection ();
Public Sub New ()

こちらもご覧ください

適用対象

InputBindingCollection(IList)

指定した InputBindingCollection の項目を使用して、IList クラスの新しいインスタンスを初期化します。

public:
 InputBindingCollection(System::Collections::IList ^ inputBindings);
public InputBindingCollection (System.Collections.IList inputBindings);
new System.Windows.Input.InputBindingCollection : System.Collections.IList -> System.Windows.Input.InputBindingCollection
Public Sub New (inputBindings As IList)

パラメーター

inputBindings
IList

新しい InputBindingCollection に項目がコピーされたコレクション。

こちらもご覧ください

適用対象