次の方法で共有


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 呼び出しによって以前に返された予定プロバイダー アプリの値です。 識別子が既知の予定に対応していない場合、その予定はユーザーの予定表に存在しません。 ユーザーの意図は予定を削除するため、操作を成功として扱うことをお勧めします。

適用対象