CalendarChangedNotificationTriggerDetails Classe
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.
Représente toutes les informations nécessaires pour afficher une notification de modification de calendrier sur un accessoire.
public ref class CalendarChangedNotificationTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class CalendarChangedNotificationTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class CalendarChangedNotificationTriggerDetails
Public NotInheritable Class CalendarChangedNotificationTriggerDetails
- Héritage
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
accessoryManager
|
Remarques
AccessoryManager déclenche la tâche BackgroundTask lorsqu’elle rencontre une modification de calendrier. BackgroundTask est fourni un IBackgroundTaskInstance qui a une propriété TriggerDetails qui contient iCalendarChangedNotificationTriggerDetails.
L’appel de cette API nécessite que les fonctionnalités ID_CAP_SMS et ID_CAP_SMS_COMPANION soient spécifiées dans le manifeste de l’application.
Propriétés
AccessoryNotificationType |
AccessoryNotificationType qui spécifie le type de notification reçue. |
AppDisplayName |
Représente le nom complet de l’application qui a généré la notification. |
AppId |
Représente l’ID instance de l’application qui a généré la notification. |
EventType |
Représente le type d’événement. |
ItemId |
Représente l’identificateur de l’élément de calendrier. |
StartedProcessing |
Spécifie si l’accessoire a commencé à traiter la notification. |
TimeCreated |
Obtient la date et l’heure de création de la notification. |