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

屬性值

字串,表示推播通知背景工作的啟用類別識別碼。

適用於