Share via


CalendarChangedNotificationTriggerDetails.ItemId Property

Definition

Represents the identifier of the calendar item.

public:
 property Platform::String ^ ItemId { Platform::String ^ get(); };
winrt::hstring ItemId();
public string ItemId { get; }
var string = calendarChangedNotificationTriggerDetails.itemId;
Public ReadOnly Property ItemId As String

Property Value

String

Platform::String

winrt::hstring

The item identifier of the calendar item.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to