InputBindingCollection コンストラクター

定義

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

オーバーロード

名前 説明
InputBindingCollection()

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

InputBindingCollection(IList)

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

注釈

コマンド実行の概要

KeyBinding

MouseBinding

KeyGesture

MouseGesture

InputBindingCollection()

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

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

こちらもご覧ください

適用対象

InputBindingCollection(IList)

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

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に項目がコピーされるコレクション。

こちらもご覧ください

適用対象