共用方式為


ReminderState 列舉

定義

表示提醒、作用中、已取消或關閉的狀態。

public enum class ReminderState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class ReminderState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum ReminderState
var value = Windows.Phone.Notification.Management.ReminderState.active
Public Enum ReminderState
繼承
ReminderState
屬性

Windows 需求

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

欄位

Active 0

提醒作用中。

Dismissed 2

提醒已關閉。

Snoozed 1

提醒已停止。

備註

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

適用於