UserDataTaskBatch.Tasks Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des objets UserDataTask retournés par une opération de recherche.
public:
property IVectorView<UserDataTask ^> ^ Tasks { IVectorView<UserDataTask ^> ^ get(); };
IVectorView<UserDataTask> Tasks();
public IReadOnlyList<UserDataTask> Tasks { get; }
var iVectorView = userDataTaskBatch.tasks;
Public ReadOnly Property Tasks As IReadOnlyList(Of UserDataTask)
Valeur de propriété
Liste des tâches retournées par une opération de recherche.