BackgroundTaskRegistrationGroup.AllTasks 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 toutes les tâches en arrière-plan qui appartiennent au groupe.
public:
property IMapView<Platform::Guid, BackgroundTaskRegistration ^> ^ AllTasks { IMapView<Platform::Guid, BackgroundTaskRegistration ^> ^ get(); };
IMapView<winrt::guid, BackgroundTaskRegistration const&> AllTasks();
public IReadOnlyDictionary<Guid,BackgroundTaskRegistration> AllTasks { get; }
var iMapView = backgroundTaskRegistrationGroup.allTasks;
Public ReadOnly Property AllTasks As IReadOnlyDictionary(Of Guid, BackgroundTaskRegistration)
Valeur de propriété
IMapView<Platform::Guid,BackgroundTaskRegistration>
IMapView<winrt::guid,BackgroundTaskRegistration>
Tâches en arrière-plan qui appartiennent au groupe.
Remarques
Null
est retourné si aucune tâche n’appartient au groupe.