AppNotification 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 une notification d’application.
public ref class AppNotification sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.AppNotifications.IAppNotificationFactory, 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppNotification final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.AppNotifications.IAppNotificationFactory), 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppNotification
function AppNotification(payload)
Public NotInheritable Class AppNotification
- Héritage
- Attributs
Remarques
Pour obtenir des conseils pratiques sur l’implémentation des notifications d’application, consultez Démarrage rapide : Notifications d’application dans le Kit de développement logiciel (SDK) d’application Windows.
Constructeurs
AppNotification(String) |
Crée une instance de la classe AppNotification |
Propriétés
Expiration |
Obtient ou définit l’heure après laquelle la notification de l’application ne doit pas être affichée. |
ExpiresOnReboot |
Obtient une valeur spécifiant si la notification d’application reste dans le Centre de notification (appelé Centre de notifications dans Windows 10) après un redémarrage. |
Group |
Obtient ou définit l’identificateur unique d’un groupe de notifications d’application. |
Id |
Obtient un identificateur unique généré par la plateforme pour la notification d’application. |
Payload |
Obtient la charge utile XML de la notification. |
Priority |
Obtient ou définit la priorité de la notification d’application. |
Progress |
Obtient ou définit des informations sur la progression de la notification d’application. |
SuppressDisplay |
Obtient ou définit une valeur qui spécifie si l’interface utilisateur contextuelle de la notification d’application s’affiche sur l’écran de l’utilisateur. |
Tag |
Obtient ou définit un identificateur unique qui peut être utilisé pour identifier un ensemble de notifications d’application entre les groupes. |