AppointmentRecurrence.Occurrences 属性

定义

获取或设置约会重复的次数。 事件类型为 IReference (UInt32) ,默认情况下为 NULL 。 匹配项与 Until 互斥。

public:
 property IReference<unsigned int> ^ Occurrences { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> Occurrences();

void Occurrences(IReference<uint32_t> value);
public System.Nullable<uint> Occurrences { get; set; }
var iReference = appointmentRecurrence.occurrences;
appointmentRecurrence.occurrences = iReference;
Public Property Occurrences As Nullable(Of UInteger)

属性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

约会的重复次数。

Windows 要求

应用功能
appointmentsSystem

适用于