次の方法で共有


ControlChannelTrigger.PushNotificationTrigger プロパティ

定義

アプリがアクティブ化クラスをバックグラウンド ブローカー インフラストラクチャにバインドするために使用する ControlChannelTrigger オブジェクトに関連付けられているプッシュ通知トリガーを表す オブジェクトを取得します。

注意

ControlChannelTrigger クラスは、Windows Phoneではサポートされていません。

public:
 property IBackgroundTrigger ^ PushNotificationTrigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger PushNotificationTrigger();
public IBackgroundTrigger PushNotificationTrigger { get; }
var iBackgroundTrigger = controlChannelTrigger.pushNotificationTrigger;
Public ReadOnly Property PushNotificationTrigger As IBackgroundTrigger

プロパティ値

プッシュ通知バックグラウンド タスクのアクティブ化クラス ID を表す文字列。

適用対象