IEnteredBackgroundEventArgs 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取应用进入后台状态时的延迟对象。
public interface class IEnteredBackgroundEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(4146257090, 38951, 16445, 170, 237, 236, 202, 154, 193, 115, 152)]
struct IEnteredBackgroundEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(4146257090, 38951, 16445, 170, 237, 236, 202, 154, 193, 115, 152)]
public interface IEnteredBackgroundEventArgs
Public Interface IEnteredBackgroundEventArgs
- 派生
- 属性
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
|
注解
提示
当应用进入后台状态时,其 UI 均不可见。
方法
GetDeferral() |
获取延迟对象,该对象将延迟从后台运行状态到挂起状态的转换,直到应用调用 Deferral.Complete 或导航的截止时间已过。 |