SystemButtonEventController.CreateForDispatcherQueue(DispatcherQueue) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static SystemButtonEventController ^ CreateForDispatcherQueue(DispatcherQueue ^ queue);
static SystemButtonEventController CreateForDispatcherQueue(DispatcherQueue const& queue);
public static SystemButtonEventController CreateForDispatcherQueue(DispatcherQueue queue);
function createForDispatcherQueue(queue)
Public Shared Function CreateForDispatcherQueue (queue As DispatcherQueue) As SystemButtonEventController
参数
- queue
- DispatcherQueue
DispatcherQueue,用于管理在线程上以串行方式执行的优先任务。
返回
注解
此 API 旨在供辅助工具用作从硬件系统按钮截获事件的低级别挂钩。
SystemButtonEventController 事件注册在系统范围内应用,先到先得。 如果应用程序或服务将 SystemButtonEventController 事件 Handled 属性设置为 true,则在该应用或服务之后为同一事件通知注册的应用程序或服务将不会收到通知。