pub trait IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl + IAppointmentsProviderActivatedEventArgs_Impl {
    // Required methods
    fn InstanceStartDate(&self) -> Result<IReference<DateTime>>;
    fn LocalId(&self) -> Result<HSTRING>;
    fn RoamingId(&self) -> Result<HSTRING>;
}

Required Methods§

fn InstanceStartDate(&self) -> Result<IReference<DateTime>>

fn LocalId(&self) -> Result<HSTRING>

fn RoamingId(&self) -> Result<HSTRING>

Object Safety§

This trait is not object safe.

Implementors§