BackgroundTaskRegistration.AllTaskGroups 属性

定义

获取后台任务组。

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)

属性值

后台任务组的字典。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于