ControlChannelTrigger.PushNotificationTrigger 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 对象,该对象表示与 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。