WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation 属性

定义

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

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

属性值

添加的约会。

实现

适用于