PushNotificationReceivedEventArgs.TileNotification 属性

定义

获取要为响应此推送通知而执行的磁贴更新的内容。

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

属性值

保存更新信息。 如果 NotificationType 不是 Tile 类型,则此值为 NULL

Windows 要求

应用功能
internetClient

适用于

另请参阅