Task.CommandBindings Property

Gets the CommandBindingCollection for a task.

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

Property Value

Type: System.Windows.Input.CommandBindingCollection
A CommandBindingCollection instance containing the command bindings for this task,

Remarks

The CommandBindingCollection binds a routed command to an implementation.

.NET Framework Security

See Also

Reference

Task Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

WPF Designer Extensibility