Condividi tramite


Proprietà Task.InputBindings

Ottiene l'oggetto InputBindingCollection per un'attività.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property InputBindings As InputBindingCollection
    Get
public InputBindingCollection InputBindings { get; }
public:
property InputBindingCollection^ InputBindings {
    InputBindingCollection^ get ();
}
member InputBindings : InputBindingCollection
function get InputBindings () : InputBindingCollection

Valore proprietà

Tipo: System.Windows.Input.InputBindingCollection
Istanza dell'oggetto InputBindingCollection contenente le associazioni di input per questa attività.

Note

L'oggetto InputBindingCollection può associare comandi indirizzati e comandi di strumenti a un particolare movimento di input.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Task Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Architettura degli strumenti

Estensibilità di Progettazione WPF