IAppointmentsProviderAddAppointmentActivatedEventArgs.AddAppointmentOperation 属性

定义

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

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

属性值

添加的约会。

适用于