Freigeben über


UserDataAccountSystemAccessManager.SuppressLocalAccountWithAccountAsync Methode

Definition

Ersetzt asynchron und vorübergehend das lokale Standardkonto mithilfe des angegebenen Kontos.

public:
 static IAsyncAction ^ SuppressLocalAccountWithAccountAsync(Platform::String ^ userDataAccountId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction SuppressLocalAccountWithAccountAsync(winrt::hstring const& userDataAccountId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SuppressLocalAccountWithAccountAsync(string userDataAccountId);
function suppressLocalAccountWithAccountAsync(userDataAccountId)
Public Shared Function SuppressLocalAccountWithAccountAsync (userDataAccountId As String) As IAsyncAction

Parameter

userDataAccountId
String

Platform::String

winrt::hstring

Die Benutzer-ID des Kontos, das zum vorübergehenden Ersetzen des lokalen Standardkontos verwendet wird.

Gibt zurück

Gibt eine asynchrone Aktion zurück, die angibt, dass der Vorgang abgeschlossen wurde.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
userDataAccountsProvider

Hinweise

Das lokale Standardkonto wird unterdrückt, während das neue Konto, auf das von userDataAccountId verwiesen wird, auf dem Gerät vorhanden ist. Wenn dieses neue Konto gelöscht wird, wird das lokale Konto wieder im System angezeigt.

Gilt für: