Share via


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를 나타내는 문자열입니다.

적용 대상