Share via


AppointmentStore.ShowEditNewAppointmentAsync(Appointment) メソッド

定義

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

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

パラメーター

appointment
Appointment

追加する予定。

戻り値

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

このメソッドが完了すると、予定の RoamingId を表す String オブジェクトが返されます。 返される予定識別子が空の文字列の場合、予定は Appointments プロバイダー アプリに追加されませんでした。

属性

Windows の要件

アプリの機能
appointmentsSystem

適用対象