PhoneCallHistoryManager.GetForUser(User) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PhoneCallHistoryManagerForUser object for a specific user which provides access to the PhoneCallHistoryStore for a specific user.
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
Parameters
- user
- User
The user that you are interested in.
Returns
The PhoneCallHistoryManagerForUser object that enables you to gain access to the PhoneCallHistoryStore object.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|