Exemplo n.º 1
0
 public global::Windows.Foundation.IAsyncOperation <global::System.Collections.Generic.IReadOnlyList <global::Windows.ApplicationModel.Appointments.Appointment> > FindUnexpandedAppointmentsAsync(global::Windows.ApplicationModel.Appointments.FindAppointmentsOptions options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IReadOnlyList<Appointment>> AppointmentCalendar.FindUnexpandedAppointmentsAsync(FindAppointmentsOptions options) is not implemented in Uno.");
 }
Exemplo n.º 2
0
 public global::Windows.Foundation.IAsyncOperation <global::System.Collections.Generic.IReadOnlyList <global::Windows.ApplicationModel.Appointments.Appointment> > FindAppointmentsAsync(global::System.DateTimeOffset rangeStart, global::System.TimeSpan rangeLength, global::Windows.ApplicationModel.Appointments.FindAppointmentsOptions options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IReadOnlyList<Appointment>> AppointmentStore.FindAppointmentsAsync(DateTimeOffset rangeStart, TimeSpan rangeLength, FindAppointmentsOptions options) is not implemented in Uno.");
 }
Exemplo n.º 3
0
 public global::Windows.Foundation.IAsyncOperation <global::System.Collections.Generic.IReadOnlyList <global::Windows.ApplicationModel.Appointments.Appointment> > FindAllInstancesAsync(string masterLocalId, global::System.DateTimeOffset rangeStart, global::System.TimeSpan rangeLength, global::Windows.ApplicationModel.Appointments.FindAppointmentsOptions pOptions)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IReadOnlyList<Appointment>> AppointmentCalendar.FindAllInstancesAsync(string masterLocalId, DateTimeOffset rangeStart, TimeSpan rangeLength, FindAppointmentsOptions pOptions) is not implemented in Uno.");
 }