Freigeben über


Task.CommandBindings-Eigenschaft

Ruft CommandBindingCollection für eine Aufgabe ab.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property CommandBindings As CommandBindingCollection
    Get
public CommandBindingCollection CommandBindings { get; }
public:
property CommandBindingCollection^ CommandBindings {
    CommandBindingCollection^ get ();
}
member CommandBindings : CommandBindingCollection
function get CommandBindings () : CommandBindingCollection

Eigenschaftswert

Typ: System.Windows.Input.CommandBindingCollection
Eine CommandBindingCollection-Instanz mit den Befehlsbindungen für diese Aufgabe.

Hinweise

Die CommandBindingCollection bindet einen weitergeleiteten Befehl an eine Implementierung.

.NET Framework-Sicherheit

Siehe auch

Referenz

Task Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

Toolarchitektur

WPF-Designer-Erweiterbarkeit