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。 这通常显示约会日历中的时间范围。

适用于