UserDataAccountManagerForUser UserDataAccountManagerForUser UserDataAccountManagerForUser UserDataAccountManagerForUser Class

Definition

Represents a user data account manager for a specific user.

public : sealed class UserDataAccountManagerForUser : IUserDataAccountManagerForUserpublic sealed class UserDataAccountManagerForUser : IUserDataAccountManagerForUserPublic NotInheritable Class UserDataAccountManagerForUser Implements IUserDataAccountManagerForUser// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Call the UserDataAccountManager.GetForUser method to get an instance of this class.

Properties

User User User User

Gets the User represented by this data account manager.

public : User User { get; }public User User { get; }Public ReadOnly Property User As User// You can use this property in JavaScript.
Value
User User User User

The User represented by this data account manager.

Methods

RequestStoreAsync(UserDataAccountStoreAccessType) RequestStoreAsync(UserDataAccountStoreAccessType) RequestStoreAsync(UserDataAccountStoreAccessType) RequestStoreAsync(UserDataAccountStoreAccessType)

Retrieves a UserDataAccountStore object that enables searching or retrieving user data accounts on the device.

public : IAsyncOperation<UserDataAccountStore> RequestStoreAsync(UserDataAccountStoreAccessType storeAccessType)public IAsyncOperation<UserDataAccountStore> RequestStoreAsync(UserDataAccountStoreAccessType storeAccessType)Public Function RequestStoreAsync(storeAccessType As UserDataAccountStoreAccessType) As IAsyncOperation( Of UserDataAccountStore )// You can use this method in JavaScript.
Parameters
Returns