Partager via


UserDataTaskStore Classe

Définition

Représente une base de données qui contient des tâches.

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
Héritage
Object Platform::Object IInspectable UserDataTaskStore
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)

Remarques

Pour obtenir un objet UserDataTaskStore, appelez la méthode d’utilitaire statique UserDataTaskManager.RequestStoreAsync.

Méthodes

CreateListAsync(String)

Crée de manière asynchrone un UserDataTaskList avec le nom spécifié.

CreateListAsync(String, String)

Crée de manière asynchrone un UserDataTaskList avec le nom spécifié.

FindListsAsync()

Retourne de manière asynchrone la liste des objets UserDataTaskList .

GetListAsync(String)

Obtient de manière asynchrone le UserDataTaskList avec l’ID spécifié.

S’applique à