Freigeben über


AppNotificationPriority Enumeration

Definition

Gibt die Priorität einer App-Benachrichtigung an.

public enum class AppNotificationPriority
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
enum class AppNotificationPriority
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
public enum AppNotificationPriority
var value = Microsoft.Windows.AppNotifications.AppNotificationPriority.default
Public Enum AppNotificationPriority
Vererbung
AppNotificationPriority
Attribute

Felder

Default 0

Standardpriorität.

High 1

Hohe Priorität.

Hinweise

Der Prioritätswert gibt der Plattform Hinweise dazu, wie und auf welcher Dringlichkeitsebene dem Benutzer eine Benachrichtigung angezeigt werden soll. Die Priorität kann sich beispielsweise darauf auswirken, ob das System den Bildschirm eines inaktiven Geräts aktiviert.

Legen Sie die Priorität einer AppNotification mit der Priority-Eigenschaft fest.

Gilt für: