BackgroundTaskRegistration.AllTaskGroups 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 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
IMapView<Platform::String,BackgroundTaskRegistrationGroup>
IMapView<winrt::hstring,BackgroundTaskRegistrationGroup>
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)
|