UserDataAccountStore.FindAccountsAsync Method

Definition

Returns a collection of UserDataAccount objects from the store based on the UserDataAccountStoreAccessType value passed into RequestStoreAsync.

public:
 virtual IAsyncOperation<IVectorView<UserDataAccount ^> ^> ^ FindAccountsAsync() = FindAccountsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<UserDataAccount>> FindAccountsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<UserDataAccount>> FindAccountsAsync();
function findAccountsAsync()
Public Function FindAccountsAsync () As IAsyncOperation(Of IReadOnlyList(Of UserDataAccount))

Returns

Returns the collection of user data accounts, scoped by access request.

Attributes

Applies to