Trait windows::ApplicationModel::Activation::IAppointmentsProviderAddAppointmentActivatedEventArgs_Impl
pub trait IAppointmentsProviderAddAppointmentActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl + IAppointmentsProviderActivatedEventArgs_Impl {
// Required method
fn AddAppointmentOperation(&self) -> Result<AddAppointmentOperation>;
}
Required Methods§
fn AddAppointmentOperation(&self) -> Result<AddAppointmentOperation>
Object Safety§
This trait is not object safe.