PushNotificationReceivedEventArgs.BadgeNotification プロパティ

定義

このプッシュ通知に応答して実行するバッジ更新の内容を取得します。

public:
 property BadgeNotification ^ BadgeNotification { BadgeNotification ^ get(); };
BadgeNotification BadgeNotification();
public BadgeNotification BadgeNotification { get; }
var badgeNotification = pushNotificationReceivedEventArgs.badgeNotification;
Public ReadOnly Property BadgeNotification As BadgeNotification

プロパティ値

更新情報を保持します。 NotificationTypeBadge 型でない場合、この値は NULL です

Windows の要件

アプリの機能
internetClient

適用対象

こちらもご覧ください