AppointmentStore.GetAppointmentCalendarAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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
取得する AppointmentCalendar の LocalId。
戻り値
正常に完了したときに AppointmentCalendar を返す非同期操作。
- 属性
Windows の要件
アプリの機能 |
appointmentsSystem
|