AppointmentStore.GetAppointmentCalendarAsync(String) 方法

定义

检索具有指定 LocalIdAppointmentCalendar

public:
 virtual IAsyncOperation<AppointmentCalendar ^> ^ GetAppointmentCalendarAsync(Platform::String ^ calendarId) = GetAppointmentCalendarAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppointmentCalendar> GetAppointmentCalendarAsync(winrt::hstring const& calendarId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppointmentCalendar> GetAppointmentCalendarAsync(string calendarId);
function getAppointmentCalendarAsync(calendarId)
Public Function GetAppointmentCalendarAsync (calendarId As String) As IAsyncOperation(Of AppointmentCalendar)

参数

calendarId
String

Platform::String

winrt::hstring

要检索的 AppointmentCalendarLocalId

返回

成功完成后返回 AppointmentCalendar 的 异步操作。

属性

Windows 要求

应用功能
appointmentsSystem

适用于