次の方法で共有


PushNotificationReceivedEventArgs クラス

定義

PushReceived イベントのデータを提供します。

public ref class PushNotificationReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.PushNotifications.PushNotificationsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PushNotificationReceivedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.PushNotifications.PushNotificationsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PushNotificationReceivedEventArgs
Public NotInheritable Class PushNotificationReceivedEventArgs
継承
Object Platform::Object IInspectable PushNotificationReceivedEventArgs
属性

注釈

実行中のアプリのプロセス内で PushReceived イベント ハンドラーが確実に呼び出されるようにするには、 Register を呼び出す前に、このイベントのハンドラーを登録してください。 それ以外の場合は、通知を処理するための新しいプロセスが起動されます。

プロパティ

Payload

関連付けられた PushReceived イベントをトリガーしたプッシュ通知のペイロードを取得します。

メソッド

GetDeferral()

PushReceived イベント ハンドラーが戻った後もアプリが引き続き作業を実行する可能性があることをシステムに通知します。

イベント

Canceled

PushReceived イベントを処理するために起動されたバックグラウンド タスクを取り消す場合に発生します。

適用対象