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

返回

成功完成后返回 Appointment 的异步操作。

属性

Windows 要求

应用功能
appointmentsSystem

适用于