UserDataAccountStore.GetAccountAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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