次の方法で共有


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

適用対象