BackgroundTaskRegistrationGroup.AllTasks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all of the background tasks that belong to the group.
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)
Property Value
IMapView<Platform::Guid,BackgroundTaskRegistration>
IMapView<winrt::guid,BackgroundTaskRegistration>
The background tasks that belong to the group.
Remarks
Null
is returned if no tasks belong to the group.