IEnteredBackgroundEventArgs Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’objet de report lorsqu’une application est entrée dans l’état d’arrière-plan.
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
- Dérivé
- Attributs
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
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 d’arrière-plan à l’état suspendu jusqu’à ce que l’application appelle Deferral.Complete ou que l’échéance pour la navigation soit passée. |