共用方式為


Appointment.Invitees 屬性

定義

取得約會的參與者清單。 受邀者的類型為 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

適用於