IBackgroundActivatedEventArgs 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.
Rend toutes les données disponibles à partir de la méthode IBackgroundTask.Run à votre gestionnaire d’événements lorsque votre application est activée par un déclencheur en arrière-plan.
public interface class IBackgroundActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(2870263520, 59232, 17422, 169, 28, 68, 121, 109, 227, 169, 45)]
struct IBackgroundActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(2870263520, 59232, 17422, 169, 28, 68, 121, 109, 227, 169, 45)]
public interface IBackgroundActivatedEventArgs
Public Interface IBackgroundActivatedEventArgs
- 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)
|
Propriétés
TaskInstance |
Obtenez les données disponibles pour la méthode IBackgroundTask.Run qui a entraîné l’activation de votre application. |