CommandBindingCollection Constructors

Definitie

Initialiseert een nieuw exemplaar van de CommandBindingCollection klasse.

Overloads

Name Description
CommandBindingCollection()

Initialiseert een nieuw exemplaar van de CommandBindingCollection klasse.

CommandBindingCollection(IList)

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

Opmerkingen

Overzicht van opdrachten

RoutedCommand

ICommand

CommandBindingCollection()

Initialiseert een nieuw exemplaar van de CommandBindingCollection klasse.

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

Zie ook

Van toepassing op

CommandBindingCollection(IList)

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

public:
 CommandBindingCollection(System::Collections::IList ^ commandBindings);
public CommandBindingCollection(System.Collections.IList commandBindings);
new System.Windows.Input.CommandBindingCollection : System.Collections.IList -> System.Windows.Input.CommandBindingCollection
Public Sub New (commandBindings As IList)

Parameters

commandBindings
IList

De verzameling waarvan de items naar de nieuwe CommandBindingCollectionworden gekopieerd.

Zie ook

Van toepassing op