다음을 통해 공유


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 를 호출하거나 탐색 최종 기한이 지날 때까지 백그라운드 상태에서 일시 중단 상태로 전환이 지연되는 지연 개체를 가져옵니다.

적용 대상

추가 정보