共用方式為


IEnteredBackgroundEventArgs 介面

定義

取得應用程式進入背景狀態時的延遲物件。

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 或流覽期限通過為止。

適用於

另請參閱