UserDataAccountManager.ShowAccountSettingsAsync(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.
Diese Methode zeigt die Kontoeinstellungen an.
public:
static IAsyncAction ^ ShowAccountSettingsAsync(Platform::String ^ id);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ShowAccountSettingsAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAccountSettingsAsync(string id);
function showAccountSettingsAsync(id)
Public Shared Function ShowAccountSettingsAsync (id As String) As IAsyncAction
Parameter
- id
-
String
Platform::String
winrt::hstring
Die Id des Benutzerkontos.
Gibt zurück
Eine asynchrone Aktion, die den Erfolg oder Fehler angibt.
- Attribute