Share via


BackgroundTaskRegistrationGroup.AllTasks Propriété

Définition

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é

Tâches en arrière-plan qui appartiennent au groupe.

Remarques

Null est retourné si aucune tâche n’appartient au groupe.

S’applique à

Voir aussi