Task.ToolCommandBindings, propriété

Obtient le ToolCommandBindingCollection d'une tâche.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ToolCommandBindings As ToolCommandBindingCollection
    Get
public ToolCommandBindingCollection ToolCommandBindings { get; }
public:
property ToolCommandBindingCollection^ ToolCommandBindings {
    ToolCommandBindingCollection^ get ();
}
member ToolCommandBindings : ToolCommandBindingCollection
function get ToolCommandBindings () : ToolCommandBindingCollection

Valeur de propriété

Type : Microsoft.Windows.Design.Interaction.ToolCommandBindingCollection
Instance de ToolCommandBindingCollection qui contient les liaisons de commande d'outil pour cette tâche.

Notes

ToolCommandBindingCollection lie une commande d'outil à une implémentation.

Sécurité .NET Framework

Voir aussi

Référence

Task Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Architecture des outils

Extensibilité du Concepteur WPF