次の方法で共有


PhoneCallHistoryManager.GetForUser(User) メソッド

定義

特定のユーザーの PhoneCallHistoryStore へのアクセスを提供する特定のユーザーの PhoneCallHistoryManagerForUser オブジェクトを取得します。

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

パラメーター

user
User

関心のあるユーザー。

戻り値

PhoneCallHistoryStore オブジェクトにアクセスできるようにする PhoneCallHistoryManagerForUser オブジェクト。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象