IdleDispatchedHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示處理 CoreWindow 閒置優先順序分派事件的方法。 呼叫 CoreDispatcher.RunIdleAsync 時,就會叫用它。
public delegate void IdleDispatchedHandler(IdleDispatchedHandlerArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2754284580, 32545, 19132, 153, 193, 143, 1, 0, 127, 8, 128)]
class IdleDispatchedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2754284580, 32545, 19132, 153, 193, 143, 1, 0, 127, 8, 128)]
public delegate void IdleDispatchedHandler(IdleDispatchedHandlerArgs e);
Public Delegate Sub IdleDispatchedHandler(e As IdleDispatchedHandlerArgs)
參數
回呼所傳回的引數集合。
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|