ILeavingBackgroundEventArgs 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式離開背景狀態時的延遲物件。
public interface class ILeavingBackgroundEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(969338010, 44654, 18169, 160, 122, 207, 194, 63, 136, 115, 62)]
struct ILeavingBackgroundEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(969338010, 44654, 18169, 160, 122, 207, 194, 63, 136, 115, 62)]
public interface ILeavingBackgroundEventArgs
Public Interface ILeavingBackgroundEventArgs
- 衍生
- 屬性
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
備註
提示
此事件會在顯示任何 UI 之前引發,而且是確保以程式設計方式載入的任何資產都已就緒,以便正確顯示 UI。
方法
GetDeferral() |
取得延遲物件,延遲物件會延遲從背景執行到前景中執行,直到應用程式呼叫 Deferral.Complete 或流覽期限通過為止。 |