次の方法で共有


AppNotification.Priority プロパティ

定義

アプリ通知の優先度を取得または設定します。

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 列挙からの値で、アプリ通知の優先度を指定します。

注釈

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

適用対象