次の方法で共有


PushNotificationReceivedEventArgs.TileNotification プロパティ

定義

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

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

プロパティ値

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

Windows の要件

アプリの機能
internetClient

適用対象

こちらもご覧ください