Partager via


EnteredBackgroundEventArgs Classe

Définition

Obtient l’objet de report lorsqu’une application a entré l’état d’arrière-plan.

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
Héritage
Object Platform::Object IInspectable EnteredBackgroundEventArgs
Attributs
Implémente

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

Remarques

Cet objet est passé au gestionnaire d’événements en arrière-plan entré de l’application.

Conseil

Au moment où une application entre dans l’état d’arrière-plan, aucune de son interface utilisateur n’est visible.

Méthodes

GetDeferral()

Obtient l’objet de report qui retarde la transition de l’exécution de l’état en arrière-plan à l’état suspendu jusqu’à ce que l’application appelle Deferral.Complete ou que la date limite de navigation soit passée.

S’applique à

Voir aussi