AppointmentManager.GetForUser(User) 方法

定义

获取指定用户的 AppointmentManagerForUser 对象。

public:
 static AppointmentManagerForUser ^ GetForUser(User ^ user);
 static AppointmentManagerForUser GetForUser(User const& user);
public static AppointmentManagerForUser GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As AppointmentManagerForUser

参数

user
User

用于获取 AppointmentManagerForUser 对象的用户帐户。

返回

返回 由 user 参数指定的帐户的约会管理器。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
appointmentsSystem

适用于