CalendarChangedNotificationTriggerDetails.ItemId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.