Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.69 KB

appointmentstore_showreplaceappointmentasync_1336777815.md

File metadata and controls

35 lines (25 loc) · 1.69 KB
-api-id -api-type
M:Windows.ApplicationModel.Appointments.AppointmentStore.ShowReplaceAppointmentAsync(System.String,Windows.ApplicationModel.Appointments.Appointment,Windows.Foundation.Rect)
winrt method

Windows.ApplicationModel.Appointments.AppointmentStore.ShowReplaceAppointmentAsync

-description

Shows the Appointments provider Replace Appointment UI, to enable the user to replace an appointment.

-parameters

-param localId

The LocalId of the appointment to be replaced.

-param appointment

The object representing the appointment to replace the existing appointment.

-param selection

The Rect is the rectangular area of user selection (for example, pressing a button), around which the operating system displays the Replace 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 Replace Appointment UI displays around the button, not overlapping it.

-returns

When this method completes, it returns a String object that represents the RoamingId of the appointment that replaced the existing appointment.

-remarks

-examples

-see-also

ShowReplaceAppointmentAsync(String, Appointment, Rect, Placement, DateTime)

-capabilities

appointmentsSystem