다음을 통해 공유


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

적용 대상