Partager via


UserDataAccountStore.GetAccountAsync(String) Méthode

Définition

Obtient de façon asynchrone le compte spécifié.

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)

Paramètres

id
String

Platform::String

winrt::hstring

Chaîne d’ID identifiant le compte.

Retours

Retourne le UserDataAccount identifié par le paramètre id .

Attributs

S’applique à