Task.InputBindings Property
Gets the InputBindingCollection for a task.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property InputBindings As InputBindingCollection
Get
public InputBindingCollection InputBindings { get; }
public:
property InputBindingCollection^ InputBindings {
InputBindingCollection^ get ();
}
member InputBindings : InputBindingCollection
function get InputBindings () : InputBindingCollection
Property Value
Type: System.Windows.Input.InputBindingCollection
An InputBindingCollection instance that contains the input bindings for this task.
Remarks
The InputBindingCollection can bind both routed and tool commands to a particular input gesture.
.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