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
|