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에서 도입되었습니다.)

적용 대상