AppointmentCalendar.GetAppointmentAsync(String) メソッド

定義

指定した ID を持つ 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

戻り値

正常に完了した場合に Appointment を返す非同期操作。

属性

Windows の要件

アプリの機能
appointmentsSystem

適用対象