Share via


EnteredBackgroundEventArgs Classe

Définition

Fournit des données lorsqu’une application commence à s’exécuter en 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 accessible lorsque vous implémentez WebUIApplication.EnteredBackgroundEventHandler pour répondre aux événements WebUIApplication.enteredbackground .

Méthodes

GetDeferral()

Demande un délai avant que l’application commence à s’exécuter en arrière-plan.

S’applique à

Voir aussi