Freigeben über


Task.ToolCommandBindings-Eigenschaft

Ruft ToolCommandBindingCollection 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 ToolCommandBindings As ToolCommandBindingCollection
    Get
public ToolCommandBindingCollection ToolCommandBindings { get; }
public:
property ToolCommandBindingCollection^ ToolCommandBindings {
    ToolCommandBindingCollection^ get ();
}
member ToolCommandBindings : ToolCommandBindingCollection
function get ToolCommandBindings () : ToolCommandBindingCollection

Eigenschaftswert

Typ: Microsoft.Windows.Design.Interaction.ToolCommandBindingCollection
Eine ToolCommandBindingCollection-Instanz mit den Toolbefehlsbindungen für diese Aufgabe.

Hinweise

Die ToolCommandBindingCollection bindet einen Toolbefehl an eine Implementierung.

.NET Framework-Sicherheit

Siehe auch

Referenz

Task Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

Toolarchitektur

WPF-Designer-Erweiterbarkeit