CommandBindingCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CommandBindingCollection.

Przeciążenia

CommandBindingCollection()

Inicjuje nowe wystąpienie klasy CommandBindingCollection.

CommandBindingCollection(IList)

Inicjuje CommandBindingCollection nowe wystąpienie klasy przy użyciu elementów w określonym IListobiekcie .

Uwagi

Przegląd Polecenia

RoutedCommand

ICommand

CommandBindingCollection()

Inicjuje nowe wystąpienie klasy CommandBindingCollection.

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

Zobacz też

Dotyczy

CommandBindingCollection(IList)

Inicjuje CommandBindingCollection nowe wystąpienie klasy przy użyciu elementów w określonym IListobiekcie .

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)

Parametry

commandBindings
IList

Kolekcja, której elementy są kopiowane do nowej CommandBindingCollectionkolekcji .

Zobacz też

Dotyczy