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) |
以非同步方式建立使用者帳戶,並指定可顯示的使用者名稱和 GUID ,以識別 Microsoft Store 中的應用程式。 |
CreateAccountAsync(String, String, String) |
以非同步方式建立使用者帳戶、指定可顯示的使用者名稱、識別 Microsoft Store 中應用程式的 GUID ,以及與使用者帳戶相關聯的企業身分識別。 |
FindAccountsAsync() |
根據傳入RequestStoreAsync的UserDataAccountStoreAccessType值,從存放區傳回UserDataAccount物件的集合。 |
GetAccountAsync(String) |
以非同步方式取得指定的帳號。 |
事件
StoreChanged |
發生于 UserDataAccountStore 變更時。 |