共用方式為


CalendarChangedNotificationTriggerDetails 類別

定義

表示在附加元件上呈現行事曆變更通知所需的所有資訊。

public ref class CalendarChangedNotificationTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class CalendarChangedNotificationTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class CalendarChangedNotificationTriggerDetails
Public NotInheritable Class CalendarChangedNotificationTriggerDetails
繼承
Object Platform::Object IInspectable CalendarChangedNotificationTriggerDetails
屬性
實作

Windows 需求

裝置系列
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Phone.PhoneContract (已於 v1.0 引進)
應用程式功能
accessoryManager

備註

AccessoryManager 會在遇到行事曆變更時喚醒 BackgroundTask。 BackgroundTask 是一個 IBackgroundTaskInstance,其中包含 ICalendarChangedNotificationTriggerDetails 的 TriggerDetails 屬性。

呼叫此 API 需要應用程式資訊清單中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

屬性

AccessoryNotificationType

AccessoryNotificationType,指定收到的通知類型。

AppDisplayName

代表產生通知之應用程式的顯示名稱。

AppId

表示產生通知之應用程式的實例識別碼。

EventType

表示事件的類型。

ItemId

表示行事曆專案的識別碼。

StartedProcessing

指定配件是否已開始處理通知。

TimeCreated

取得建立通知的日期和時間。

適用於

另請參閱