UserDataAccountSystemAccessManager クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
同期関係を管理するためのシステム UI を表示する機能を提供します。
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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
アプリの機能 |
userDataAccountsProvider
|
注釈
これは静的クラスです。
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1607 | 14393 | CreateDeviceAccountAsync |
1607 | 14393 | DeleteDeviceAccountAsync |
1607 | 14393 | GetDeviceAccountConfigurationAsync |
1607 | 14393 | SuppressLocalAccountWithAccountAsync |
メソッド
AddAndShowDeviceAccountsAsync(IIterable<DeviceAccountConfiguration>) |
指定したアカウントの同期関係を管理するシステム UI を非同期に表示します。 |
CreateDeviceAccountAsync(DeviceAccountConfiguration) |
注意 この API はサポートされなくなったので、コードから呼び出さないでください。 指定した DeviceAccountConfiguration を使用して、デバイス アカウントを非同期に作成します。 |
DeleteDeviceAccountAsync(String) |
注意 この API はサポートされなくなったので、コードから呼び出さないでください。 指定したデバイス アカウントを非同期的に削除します。 |
GetDeviceAccountConfigurationAsync(String) |
注意 この API はサポートされなくなったので、コードから呼び出さないでください。 指定したデバイス アカウントの DeviceAccountConfiguration を非同期に取得します。 |
SuppressLocalAccountWithAccountAsync(String) |
指定したアカウントを使用して、既定のローカル アカウントを非同期的かつ一時的に置き換えます。 |