Task.ToolCommandBindings Property

Gets the ToolCommandBindingCollection for a task.

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

Property Value

Type: Microsoft.Windows.Design.Interaction.ToolCommandBindingCollection
A ToolCommandBindingCollection instance that contains the tool command bindings for this task.

Remarks

The ToolCommandBindingCollection binds a tool command to an implementation.

.NET Framework Security

See Also

Reference

Task Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

WPF Designer Extensibility