Appointment.Organizer プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定の開催者を取得または設定します。 オーガナイザーの種類は AppointmentOrganizer です。 開催者が設定され、招待者の長さが 0 を超える場合、 AppointmentManagerAPI の呼び出しは E_INVALIDARGで失敗します。 招待者の数は無制限です。
public:
property AppointmentOrganizer ^ Organizer { AppointmentOrganizer ^ get(); void set(AppointmentOrganizer ^ value); };
AppointmentOrganizer Organizer();
void Organizer(AppointmentOrganizer value);
public AppointmentOrganizer Organizer { get; set; }
var appointmentOrganizer = appointment.organizer;
appointment.organizer = appointmentOrganizer;
Public Property Organizer As AppointmentOrganizer
プロパティ値
予定の開催者を示す AppointmentOrganizer オブジェクト。
Windows の要件
アプリの機能 |
appointmentsSystem
|