AppNotification.Priority プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリ通知の優先度を取得または設定します。
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
プロパティ値
AppNotificationPriority 列挙からの値で、アプリ通知の優先度を指定します。
注釈
優先度の値は、ユーザーに通知を表示する必要がある緊急度レベルのヒントをプラットフォームに提供します。 たとえば、優先順位は、システムがスリープ状態のデバイスの画面を起動するかどうかに影響を与える可能性があります。