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


AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) Метод

Определение

Запрашивает объект AppointmentStore, связанный с вызывающим приложением.

public:
 static IAsyncOperation<AppointmentStore ^> ^ RequestStoreAsync(AppointmentStoreAccessType options);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType const& options);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType options);
function requestStoreAsync(options)
Public Shared Function RequestStoreAsync (options As AppointmentStoreAccessType) As IAsyncOperation(Of AppointmentStore)

Параметры

options
AppointmentStoreAccessType

Значение AppointmentStoreAccessType , указывающее уровень доступа к хранилищу возвращенных встреч.

Возвращаемое значение

Асинхронная операция, которая возвращает AppointmentStore после успешного завершения.

Атрибуты

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

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

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