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

適用於

另請參閱