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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.Windows.Design.Interaction-Namespace