ToastHistoryChangedType Énumération
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.
Spécifie le type de modification apportée à une notification dans l’historique toast. Utilisé avec ToastNotificationHistoryChangedTriggerDetail.ChangeType.
public enum class ToastHistoryChangedType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ToastHistoryChangedType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ToastHistoryChangedType
var value = Windows.UI.Notifications.ToastHistoryChangedType.cleared
Public Enum ToastHistoryChangedType
- Héritage
-
ToastHistoryChangedType
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
Added | 3 | La notification a été ajoutée. |
Cleared | 0 | Une ou plusieurs notifications ont été supprimées avec une commande clear. |
Expired | 2 | La notification a expiré. |
Removed | 1 | Cette notification a été supprimée avec une commande remove. |