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
|