共用方式為


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

適用於