共用方式為


RemoveAppointmentOperation.AppointmentId 屬性

定義

取得要移除之約會的唯一識別碼。

public:
 property Platform::String ^ AppointmentId { Platform::String ^ get(); };
winrt::hstring AppointmentId();
public string AppointmentId { get; }
var string = removeAppointmentOperation.appointmentId;
Public ReadOnly Property AppointmentId As String

屬性值

String

Platform::String

winrt::hstring

要移除之約會的唯一識別碼。

Windows 需求

應用程式功能
appointmentsSystem

備註

識別碼通常是約會提供者應用程式先前透過 AddAppointmentOperation.ReportCompleted 呼叫傳回的值。 如果識別碼未對應至任何已知的約會,則約會不存在於使用者的行事曆中。 由於使用者的意圖是移除約會,因此建議您將作業視為成功。

適用於