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

適用対象