AppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation 属性

定义

获取当用户尝试添加应用时提供给应用的约会。

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

属性值

要添加的约会。

实现

适用于