Freigeben über


AppNotification.Priority Eigenschaft

Definition

Ruft die Priorität für die App-Benachrichtigung ab oder legt sie fest.

public:
 property AppNotificationPriority Priority { AppNotificationPriority get(); void set(AppNotificationPriority value); };
AppNotificationPriority Priority();

void Priority(AppNotificationPriority value);
public AppNotificationPriority Priority { get; set; }
var appNotificationPriority = appNotification.priority;
appNotification.priority = appNotificationPriority;
Public Property Priority As AppNotificationPriority

Eigenschaftswert

Ein Wert aus der AppNotificationPriority Enumeration, die die Priorität für die App-Benachrichtigung angibt.

Hinweise

Der Prioritätswert enthält Hinweise auf die Plattform, wie und auf welcher Dringlichkeitsebene dem Benutzer eine Benachrichtigung angezeigt werden soll. Die Priorität kann z. B. beeinflussen, ob das System den Bildschirm eines schlafenden Geräts aufwacht.

Gilt für: