Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.84 KB

appointmentstore_showremoveappointmentasync_339596666.md

File metadata and controls

38 lines (27 loc) · 1.84 KB
-api-id -api-type
M:Windows.ApplicationModel.Appointments.AppointmentStore.ShowRemoveAppointmentAsync(System.String,Windows.Foundation.Rect,Windows.UI.Popups.Placement,Windows.Foundation.DateTime)
winrt method

Windows.ApplicationModel.Appointments.AppointmentStore.ShowRemoveAppointmentAsync

-description

Shows the Appointments provider Remove Appointment UI, to enable the user to remove an appointment.

-parameters

-param localId

The LocalId of the appointment to be removed.

-param selection

The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Remove Appointment UI, not within that rectangular area. For example, if an app uses a button to show the Rect, pass the Rect of the button so the Remove Appointment UI displays around the button, not overlapping it.

-param preferredPlacement

The Placement that describes the preferred placement of the Remove Appointment UI.

-param instanceStartDate

The start date and time of the appointment instance to remove. This parameter must be the original start date of the instance.

-returns

When this method completes, it returns a Boolean value that indicates whether the Appointment provider app removed the appointment.

-remarks

-examples

-see-also

ShowRemoveAppointmentAsync(String, Rect)

-capabilities

appointmentsSystem