分享方式


InputBindingCollection 建構函式

定義

初始化 InputBindingCollection 類別的新執行個體。

多載

名稱 Description
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

另請參閱

適用於