InputBindingCollection Constructors

Definitie

Initialiseert een nieuw exemplaar van de InputBindingCollection klasse.

Overloads

Name Description
InputBindingCollection()

Initialiseert een nieuw exemplaar van de InputBindingCollection klasse.

InputBindingCollection(IList)

Initialiseert een nieuw exemplaar van de InputBindingCollection klasse met behulp van de items in de opgegeven IList.

Opmerkingen

Overzicht van opdrachten

KeyBinding

MouseBinding

KeyGesture

MouseGesture

InputBindingCollection()

Initialiseert een nieuw exemplaar van de InputBindingCollection klasse.

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

Zie ook

Van toepassing op

InputBindingCollection(IList)

Initialiseert een nieuw exemplaar van de InputBindingCollection klasse met behulp van de items in de opgegeven 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

De verzameling waarvan de items naar de nieuwe InputBindingCollectionworden gekopieerd.

Zie ook

Van toepassing op