共用方式為


AppointmentManager.ShowAppointmentDetailsAsync 方法

定義

多載

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

參數

appointmentId
String

Platform::String

winrt::hstring

要顯示的約會 LocalId

傳回

這個方法傳回時,不會傳回結果。 完成時,會叫用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

參數

appointmentId
String

Platform::String

winrt::hstring

要顯示的約會 LocalId

instanceStartDate
DateTime DateTimeOffset

DateTime物件,其中包含要顯示約會實例的開始時間。

傳回

這個方法傳回時,不會傳回結果。 完成時,會叫用get_Completed / Completed指定的AsyncActionCompletedHandler

屬性

Windows 需求

應用程式功能
appointmentsSystem

另請參閱

適用於