共用方式為


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

適用於