Task.InputBindings 属性

获取任务的 InputBindingCollection

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

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

属性值

类型:System.Windows.Input.InputBindingCollection
包含此任务的输入绑定的 InputBindingCollection 实例。

备注

InputBindingCollection 可以同时将路由命令和工具命令绑定到特定的输入笔势。

.NET Framework 安全性

请参见

参考

Task 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

工具体系结构

WPF 设计器扩展性