AppointmentManager.ShowAppointmentDetailsAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ShowAppointmentDetailsAsync(String) |
顯示 [約會提供者約會詳細資料] UI,讓使用者能夠檢視指定的約會。 |
ShowAppointmentDetailsAsync(String, DateTime) |
顯示 [約會提供者約會詳細資料] UI,讓使用者能夠檢視指定的約會。 |
ShowAppointmentDetailsAsync(String)
顯示 [約會提供者約會詳細資料] UI,讓使用者能夠檢視指定的約會。
public:
static IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId);
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAppointmentDetailsAsync(string appointmentId);
function showAppointmentDetailsAsync(appointmentId)
Public Shared Function ShowAppointmentDetailsAsync (appointmentId As String) As IAsyncAction
參數
傳回
這個方法傳回時,不會傳回結果。 完成時,會叫用get_Completed / Completed指定的AsyncActionCompletedHandler。
- 屬性
Windows 需求
應用程式功能 |
appointmentsSystem
|
另請參閱
適用於
ShowAppointmentDetailsAsync(String, DateTime)
顯示 [約會提供者約會詳細資料] UI,讓使用者能夠檢視指定的約會。
public:
static IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId, DateTime instanceStartDate);
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId, DateTime const& instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAppointmentDetailsAsync(string appointmentId, System.DateTimeOffset instanceStartDate);
function showAppointmentDetailsAsync(appointmentId, instanceStartDate)
Public Shared Function ShowAppointmentDetailsAsync (appointmentId As String, instanceStartDate As DateTimeOffset) As IAsyncAction
參數
- instanceStartDate
- DateTime DateTimeOffset
DateTime物件,其中包含要顯示約會實例的開始時間。
傳回
這個方法傳回時,不會傳回結果。 完成時,會叫用get_Completed / Completed指定的AsyncActionCompletedHandler。
- 屬性
Windows 需求
應用程式功能 |
appointmentsSystem
|