次の方法で共有


IAppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation プロパティ

定義

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

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

プロパティ値

追加される予定。

適用対象