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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace