共用方式為


AppointmentManagerForUser 類別

定義

代表特定使用者的約會管理員。

public ref class AppointmentManagerForUser sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentManagerForUser final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentManagerForUser
Public NotInheritable Class AppointmentManagerForUser
繼承
Object Platform::Object IInspectable AppointmentManagerForUser
屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
應用程式功能
appointmentsSystem

備註

呼叫 AppointmentManager.GetForUser 方法以取得這個類別的實例。

屬性

User

取得此約會管理員 所代表的使用者

方法

RequestStoreAsync(AppointmentStoreAccessType)

擷取 AppointmentStore 物件,以在裝置上搜尋或擷取約會。

ShowAddAppointmentAsync(Appointment, Rect)

顯示約會提供者新增約會 UI,讓使用者能夠新增約會。

ShowAddAppointmentAsync(Appointment, Rect, Placement)

顯示約會提供者新增約會 UI,讓使用者能夠新增約會。

ShowAppointmentDetailsAsync(String)

顯示約會提供者約會詳細資料 UI,讓使用者能夠檢視指定的約會。

ShowAppointmentDetailsAsync(String, DateTime)

顯示約會提供者約會詳細資料 UI,讓使用者能夠檢視指定的約會。

ShowEditNewAppointmentAsync(Appointment)

顯示約會提供者新增約會 UI,包括完整的編輯體驗,讓使用者能夠新增約會。

ShowRemoveAppointmentAsync(String, Rect)

顯示約會提供者移除約會 UI,讓使用者移除約會。

ShowRemoveAppointmentAsync(String, Rect, Placement)

顯示約會提供者移除約會 UI,讓使用者移除約會。

ShowRemoveAppointmentAsync(String, Rect, Placement, DateTime)

顯示約會提供者移除約會 UI,讓使用者移除約會。

ShowReplaceAppointmentAsync(String, Appointment, Rect)

顯示約會提供者取代約會 UI,讓使用者能夠取代約會。

ShowReplaceAppointmentAsync(String, Appointment, Rect, Placement)

顯示約會提供者取代約會 UI,讓使用者能夠取代約會。

ShowReplaceAppointmentAsync(String, Appointment, Rect, Placement, DateTime)

顯示約會提供者取代約會 UI,讓使用者能夠取代約會。

ShowTimeFrameAsync(DateTime, TimeSpan)

顯示約會提供者應用程式的主要 UI。 這通常會從約會行事曆顯示時間範圍。

適用於