共用方式為


AppointmentStore.GetAppointmentAsync(String) 方法

定義

使用指定的LocalId擷取Appointment

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

適用於