InputBindingCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 InputBindingCollection 類別的新執行個體。
多載
InputBindingCollection() |
初始化 InputBindingCollection 類別的新執行個體。 |
InputBindingCollection(IList) |
使用指定之 InputBindingCollection 中的項目,初始化 IList 類別的新執行個體。 |
備註
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。