共用方式為


PushNotificationReceivedEventArgs.ToastNotification 屬性

定義

取得要顯示以回應此推播通知的快顯通知內容。

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

屬性值

保留快顯通知資訊。 如果 NotificationType 不是 快顯通知類型,則此值為 Null

Windows 需求

應用程式功能
internetClient

適用於

另請參閱