次の方法で共有


WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation プロパティ

定義

ユーザーが追加しようとしたときにアプリに提供される予定を取得します。

public:
 property AddAppointmentOperation ^ AddAppointmentOperation { AddAppointmentOperation ^ get(); };
AddAppointmentOperation AddAppointmentOperation();
public AddAppointmentOperation AddAppointmentOperation { get; }
var addAppointmentOperation = webUIAppointmentsProviderAddAppointmentActivatedEventArgs.addAppointmentOperation;
Public ReadOnly Property AddAppointmentOperation As AddAppointmentOperation

プロパティ値

追加される予定。

実装

適用対象