ControlChannelTrigger.PushNotificationTrigger 属性

定义

获取一个 对象,该对象表示与 ControlChannelTrigger 对象关联的推送通知触发器,应用应使用该对象将激活类与后台代理基础结构绑定。

注意

Windows Phone不支持 ControlChannelTrigger 类。

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

属性值

一个字符串,表示推送通知后台任务的激活类 ID。

适用于