共用方式為


RecurrenceType 列舉

定義

指定約會的週期類型。

public enum class RecurrenceType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class RecurrenceType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum RecurrenceType
var value = Windows.ApplicationModel.Appointments.RecurrenceType.master
Public Enum RecurrenceType
繼承
RecurrenceType
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
appointmentsSystem

欄位

ExceptionInstance 2

約會是週期性約會的例外實例。

Instance 1

約會是週期性約會的實例。

Master 0

約會是週期性約會的主要約會。

適用於