InputBindingCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the InputBindingCollection class.
Overloads
InputBindingCollection() |
Initializes a new instance of the InputBindingCollection class. |
InputBindingCollection(IList) |
Initializes a new instance of the InputBindingCollection class using the items in the specified IList. |
Remarks
InputBindingCollection()
Initializes a new instance of the InputBindingCollection class.
public:
InputBindingCollection();
public InputBindingCollection ();
Public Sub New ()
See also
Applies to
InputBindingCollection(IList)
Initializes a new instance of the InputBindingCollection class using the items in the specified 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)
Parameters
- inputBindings
- IList
The collection whose items are copied to the new InputBindingCollection.