AccessoryManager.SnoozeReminder Method
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.
Overloads
SnoozeReminder(Guid) |
Snoozes a reminder. |
SnoozeReminder(Guid, TimeSpan) |
Snoozes a reminder for the specified time span. |
SnoozeReminder(Guid)
Snoozes a reminder.
public:
static void SnoozeReminder(Platform::Guid reminderId);
/// [Windows.Foundation.Metadata.Overload("SnoozeReminder")]
static void SnoozeReminder(winrt::guid const& reminderId);
[Windows.Foundation.Metadata.Overload("SnoozeReminder")]
public static void SnoozeReminder(Guid reminderId);
function snoozeReminder(reminderId)
Public Shared Sub SnoozeReminder (reminderId As Guid)
Parameters
- reminderId
-
Guid
Platform::Guid
winrt::guid
The reminder identifier.
- Attributes
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.
See also
Applies to
SnoozeReminder(Guid, TimeSpan)
Snoozes a reminder for the specified time span.
public:
static void SnoozeReminder(Platform::Guid reminderId, TimeSpan timeSpan);
/// [Windows.Foundation.Metadata.Overload("SnoozeReminderForSpecifiedTime")]
static void SnoozeReminder(winrt::guid const& reminderId, TimeSpan const& timeSpan);
[Windows.Foundation.Metadata.Overload("SnoozeReminderForSpecifiedTime")]
public static void SnoozeReminder(Guid reminderId, System.TimeSpan timeSpan);
function snoozeReminder(reminderId, timeSpan)
Public Shared Sub SnoozeReminder (reminderId As Guid, timeSpan As TimeSpan)
Parameters
- reminderId
-
Guid
Platform::Guid
winrt::guid
The reminder identifier.
- Attributes
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.