UserDataAccountManager.ShowAddAccountAsync 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.
Zeigt die Benutzeroberfläche zum Hinzufügen eines Kontos an.
public:
static IAsyncOperation<Platform::String ^> ^ ShowAddAccountAsync(UserDataAccountContentKinds contentKinds);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<winrt::hstring> ShowAddAccountAsync(UserDataAccountContentKinds const& contentKinds);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> ShowAddAccountAsync(UserDataAccountContentKinds contentKinds);
function showAddAccountAsync(contentKinds)
Public Shared Function ShowAddAccountAsync (contentKinds As UserDataAccountContentKinds) As IAsyncOperation(Of String)
Parameter
- contentKinds
- UserDataAccountContentKinds
Der Typ des Benutzerdateninhalts.
Gibt zurück
Gibt das neu hinzugefügte oder bereits vorhandene Konto zurück.
- Attribute