다음을 통해 공유


AppointmentCalendar.GetAppointmentAsync(String) 메서드

정의

지정된 ID를 사용하여 약속을 비동기적으로 검색합니다.

public:
 virtual IAsyncOperation<Appointment ^> ^ GetAppointmentAsync(Platform::String ^ localId) = GetAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Appointment> GetAppointmentAsync(winrt::hstring const& localId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Appointment> GetAppointmentAsync(string localId);
function getAppointmentAsync(localId)
Public Function GetAppointmentAsync (localId As String) As IAsyncOperation(Of Appointment)

매개 변수

localId
String

Platform::String

winrt::hstring

검색할 약속의 LocalId 입니다.

반환

성공적인 완료 시 약속을 반환하는 비동기 작업입니다.

특성

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상