ScheduledToastNotification.MaximumSnoozeCount Propriété
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 le nombre maximal de fois où cette notification est affichée.
public:
property unsigned int MaximumSnoozeCount { unsigned int get(); };
uint32_t MaximumSnoozeCount();
public uint MaximumSnoozeCount { get; }
var uInt32 = scheduledToastNotification.maximumSnoozeCount;
Public ReadOnly Property MaximumSnoozeCount As UInteger
Valeur de propriété
Nombre maximal d’affichages de cette notification. Il s’agit d’une valeur comprise entre 1 et 5, inclus.
Remarques
Notez qu’il s’agit du nombre de répétitions affichées spécifié lors de la création de ScheduledToastNotification . Il ne s’agit pas du nombre d’affichages restants si le toast a déjà été affiché. Il n’existe aucune méthode permettant de récupérer directement ces informations.