Freigeben über


UserDataAccountSystemAccessManager Klasse

Definition

Bietet die Möglichkeit, die Systemoberfläche zum Verwalten von Synchronisierungsbeziehungen anzuzeigen.

public ref class UserDataAccountSystemAccessManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class UserDataAccountSystemAccessManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class UserDataAccountSystemAccessManager
Public Class UserDataAccountSystemAccessManager
Vererbung
Object Platform::Object IInspectable UserDataAccountSystemAccessManager
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
userDataAccountsProvider

Hinweise

Dies ist eine statische Klasse.

Versionsverlauf

Windows-Version SDK-Version Mehrwert
1607 14393 CreateDeviceAccountAsync
1607 14393 DeleteDeviceAccountAsync
1607 14393 GetDeviceAccountConfigurationAsync
1607 14393 SuppressLocalAccountWithAccountAsync

Methoden

AddAndShowDeviceAccountsAsync(IIterable<DeviceAccountConfiguration>)

Zeigt asynchron die Systemoberfläche an, um die Synchronisierungsbeziehungen für die angegebenen Konten zu verwalten.

CreateDeviceAccountAsync(DeviceAccountConfiguration)

Hinweis

Diese API wird nicht mehr unterstützt und sollte nicht über Ihren Code aufgerufen werden.

Erstellt asynchron ein Gerätekonto mit dem angegebenen DeviceAccountConfiguration.

DeleteDeviceAccountAsync(String)

Hinweis

Diese API wird nicht mehr unterstützt und sollte nicht über Ihren Code aufgerufen werden.

Löscht das angegebene Gerätekonto asynchron.

GetDeviceAccountConfigurationAsync(String)

Hinweis

Diese API wird nicht mehr unterstützt und sollte nicht über Ihren Code aufgerufen werden.

Ruft asynchron die DeviceAccountConfiguration für das angegebene Gerätekonto ab.

SuppressLocalAccountWithAccountAsync(String)

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

Gilt für: