Appointment.Invitees 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得約會的參與者清單。 受邀者的類型為 IVector (AppointmentInvitee) 。 如果已設定召集人且邀請長度大於 0, 則 AppointmentManagerAPI 的呼叫會失敗,並 出現E_INVALIDARG。 受邀者的數目無限制。
public:
property IVector<AppointmentInvitee ^> ^ Invitees { IVector<AppointmentInvitee ^> ^ get(); };
IVector<AppointmentInvitee> Invitees();
public IList<AppointmentInvitee> Invitees { get; }
var iVector = appointment.invitees;
Public ReadOnly Property Invitees As IList(Of AppointmentInvitee)
屬性值
約會的參與者清單。
Windows 需求
應用程式功能 |
appointmentsSystem
|