共用方式為


AppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation 屬性

定義

取得使用者嘗試新增應用程式的約會。

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

屬性值

新增的約會。

實作

適用於