次の方法で共有


ChatMessageNotificationTriggerDetails.ShouldUpdateBadge プロパティ

定義

バックグラウンド タスクがアプリのロック画面の数を更新する必要があるかどうかを示すブール値を取得します。

public:
 property bool ShouldUpdateBadge { bool get(); };
bool ShouldUpdateBadge();
public bool ShouldUpdateBadge { get; }
var boolean = chatMessageNotificationTriggerDetails.shouldUpdateBadge;
Public ReadOnly Property ShouldUpdateBadge As Boolean

プロパティ値

Boolean

bool

バックグラウンド タスクがアプリのロック画面数を更新する必要があるかどうかを示すブール値。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象