Поделиться через


AppointmentStore.ShowEditNewAppointmentAsync(Appointment) Метод

Определение

Показывает пользовательский интерфейс поставщика встреч Добавление встречи, включая полный интерфейс редактирования, чтобы пользователь мог добавить встречу.

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>

После завершения этого метода он возвращает объект String , представляющий RoamingId встречи. Если возвращенный идентификатор встречи является пустой строкой, встреча не была добавлена в приложение поставщика встреч.

Атрибуты

Требования к Windows

Возможности приложения
appointmentsSystem

Применяется к