BackgroundTaskRegistrationGroup.AllTasks Property

Definition

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

The background tasks that belong to the group.

Remarks

Null is returned if no tasks belong to the group.

Applies to

See also