AppNotificationPriority 列挙型

定義

アプリ通知の優先度を指定します。

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
継承
AppNotificationPriority
属性

フィールド

Default 0

既定の優先度。

High 1

優先度が高い。

注釈

優先度の値は、ユーザーに通知を表示する必要がある緊急度レベルおよび緊急度レベルに関するヒントをプラットフォームに提供します。 たとえば、優先度は、システムがスリープ状態のデバイスの画面を起動するかどうかに影響する可能性があります。

Priority プロパティを使用して AppNotification優先度 を設定します。

適用対象