AppointmentManager.ShowEditNewAppointmentAsync(Appointment) メソッド

定義

完全な編集エクスペリエンスを含む予定プロバイダーの [予定の追加] UI を表示して、ユーザーが予定を追加できるようにします。

public:
 static IAsyncOperation<Platform::String ^> ^ ShowEditNewAppointmentAsync(Appointment ^ appointment);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Shared Function ShowEditNewAppointmentAsync (appointment As Appointment) As IAsyncOperation(Of String)

パラメーター

appointment
Appointment

追加する予定。

戻り値

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

成功した完了時に予定 ID を含む文字列を返す非同期操作。 返される予定識別子が空の文字列の場合、予定は Appointments プロバイダー アプリに追加されませんでした。

属性

Windows の要件

アプリの機能
appointmentsSystem

適用対象