ILeavingBackgroundEventArgs 接口

定义

获取应用离开后台状态时的延迟对象。

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 或导航的截止时间已过。

适用于

另请参阅