UserDataAccountStore.FindAccountsAsync 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.
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