EnteredBackgroundEventArgs 클래스

정의

앱이 백그라운드 상태에 들어갔을 때 지연 개체를 가져옵니다.

public ref class EnteredBackgroundEventArgs sealed : IEnteredBackgroundEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class EnteredBackgroundEventArgs final : IEnteredBackgroundEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class EnteredBackgroundEventArgs : IEnteredBackgroundEventArgs
Public NotInheritable Class EnteredBackgroundEventArgs
Implements IEnteredBackgroundEventArgs
상속
Object Platform::Object IInspectable EnteredBackgroundEventArgs
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

설명

이 개체는 앱의 입력된 백그라운드 이벤트 처리기에 전달됩니다.

앱이 백그라운드 상태가 될 때까지 해당 UI는 표시되지 않습니다.

메서드

GetDeferral()

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

적용 대상

추가 정보