PushNotificationReceivedEventArgs.TileNotification 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要为响应此推送通知而执行的磁贴更新的内容。
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
|