다음을 통해 공유


AppointmentStore.GetAppointmentAsync(String) 메서드

정의

지정된 LocalId를 사용하여 약속을 검색합니다.

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

적용 대상