BackgroundTaskRegistration.AllTaskGroups Property

Definition

Gets the background task groups.

public:
 static property IMapView<Platform::String ^, BackgroundTaskRegistrationGroup ^> ^ AllTaskGroups { IMapView<Platform::String ^, BackgroundTaskRegistrationGroup ^> ^ get(); };
static IMapView<winrt::hstring, BackgroundTaskRegistrationGroup const&> AllTaskGroups();
public static IReadOnlyDictionary<string,BackgroundTaskRegistrationGroup> AllTaskGroups { get; }
var iMapView = BackgroundTaskRegistration.allTaskGroups;
Public Shared ReadOnly Property AllTaskGroups As IReadOnlyDictionary(Of String, BackgroundTaskRegistrationGroup)

Property Value

A dictionary of background task groups.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to