UserDataAccountStore 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示包含用户帐户的数据存储。
public ref class UserDataAccountStore 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 UserDataAccountStore 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 sealed class UserDataAccountStore
Public NotInheritable Class UserDataAccountStore
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
调用 RequestStoreAsync 以获取 UserDataAccountStore 的实例。
版本历史记录
Windows 版本 | SDK 版本 | 已添加值 |
---|---|---|
1607 | 14393 | CreateAccountAsync (String,String) |
1607 | 14393 | StoreChanged |
1703 | 15063 | CreateAccountAsync (String,String,String) |
方法
CreateAccountAsync(String) |
异步创建用户数据帐户,指定可显示的用户名。 |
CreateAccountAsync(String, String) |
异步创建用户数据帐户,指定可显示的用户名和标识 Microsoft Store 中的应用的 GUID 。 |
CreateAccountAsync(String, String, String) |
异步创建用户数据帐户,指定可显示的用户名、标识 Microsoft Store 中的应用的 GUID 以及与用户帐户关联的企业标识。 |
FindAccountsAsync() |
根据传递到 RequestStoreAsync 的UserDataAccountStoreAccessType 值从存储 返回 UserDataAccount 对象的集合。 |
GetAccountAsync(String) |
异步获取指定的帐户。 |
事件
StoreChanged |
在 UserDataAccountStore 更改时发生。 |