Propriedade Task.CommandBindings

Obtém o CommandBindingCollection para uma tarefa.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public ReadOnly Property CommandBindings As CommandBindingCollection
    Get
public CommandBindingCollection CommandBindings { get; }
public:
property CommandBindingCollection^ CommandBindings {
    CommandBindingCollection^ get ();
}
member CommandBindings : CommandBindingCollection
function get CommandBindings () : CommandBindingCollection

Valor de propriedade

Tipo: System.Windows.Input.CommandBindingCollection
A CommandBindingCollection instância que contém as ligações de comando para essa tarefa,

Comentários

O CommandBindingCollection vincula a um comando roteado para uma implementação.

Segurança do .NET Framework

Consulte também

Referência

Task Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Ferramenta de Arquitetura

Extensibilidade do WPF Designer