UserDataTaskStore 類別

定義

表示包含工作的資料庫。

public ref class UserDataTaskStore sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class UserDataTaskStore final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class UserDataTaskStore
Public NotInheritable Class UserDataTaskStore
繼承
Object Platform::Object IInspectable UserDataTaskStore
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

備註

若要取得 UserDataTaskStore 物件,請呼叫靜態公用程式方法 UserDataTaskManager.RequestStoreAsync

方法

CreateListAsync(String)

以非同步方式建立具有指定名稱 的 UserDataTaskList

CreateListAsync(String, String)

以非同步方式建立具有指定名稱 的 UserDataTaskList

FindListsAsync()

以非同步方式傳回 UserDataTaskList 物件的清單。

GetListAsync(String)

以非同步方式取得具有指定識別碼 的 UserDataTaskList

適用於