Freigeben über


UserDataAccountStore.GetAccountAsync(String) Methode

Definition

Ruft asynchron das angegebene Konto ab.

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)

Parameter

id
String

Platform::String

winrt::hstring

Die ID-Zeichenfolge , die das Konto identifiziert.

Gibt zurück

Gibt den userDataAccount zurück, der durch den id-Parameter identifiziert wurde.

Attribute

Gilt für: