共用方式為


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 物件的使用者帳戶。

傳回

傳回 使用者 參數所指定帳戶的約會管理員。

Windows 需求

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

適用於