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,則針對相同事件通知在該應用程式或服務之後註冊的應用程式或服務將不會收到通知。