PushNotificationReceivedEventArgs.BadgeNotification 屬性

定義

取得徽章更新的內容,以回應此推播通知。

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

屬性值

保留更新資訊。 如果 NotificationType 不是 徽章類型,則此值為 Null

Windows 需求

應用程式功能
internetClient

適用於

另請參閱