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)

指定した ID を持つ UserDataTaskList を非同期に取得します。

適用対象