UserDataAccountStore.GetAccountAsync(String) Method

Definition

Asynchronously gets the specified account.

public:
 virtual IAsyncOperation<UserDataAccount ^> ^ GetAccountAsync(Platform::String ^ id) = GetAccountAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserDataAccount> GetAccountAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserDataAccount> GetAccountAsync(string id);
function getAccountAsync(id)
Public Function GetAccountAsync (id As String) As IAsyncOperation(Of UserDataAccount)

Parameters

id
String

Platform::String

winrt::hstring

The Id string identifying the account.

Returns

Returns the UserDataAccount identified by the id parameter.

Attributes

Applies to