Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As Task
Dim value As InputBindingCollection
value = instance.InputBindings
public InputBindingCollection InputBindings { get; }
public:
property InputBindingCollection^ InputBindings {
InputBindingCollection^ get ();
}
public 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