CommandBindingCollection Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
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.