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 で導入)

適用対象