AppointmentStore.GetAppointmentCalendarAsync(String) メソッド

定義

指定した LocalId を持つ AppointmentCalendar を取得します。

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

適用対象