다음을 통해 공유


BackgroundTaskRegistrationGroup.AllTasks 속성

정의

그룹에 속하는 모든 백그라운드 작업을 가져옵니다.

public:
 property IMapView<Platform::Guid, BackgroundTaskRegistration ^> ^ AllTasks { IMapView<Platform::Guid, BackgroundTaskRegistration ^> ^ get(); };
IMapView<winrt::guid, BackgroundTaskRegistration const&> AllTasks();
public IReadOnlyDictionary<Guid,BackgroundTaskRegistration> AllTasks { get; }
var iMapView = backgroundTaskRegistrationGroup.allTasks;
Public ReadOnly Property AllTasks As IReadOnlyDictionary(Of Guid, BackgroundTaskRegistration)

속성 값

그룹에 속하는 백그라운드 작업입니다.

설명

Null 는 그룹에 속한 작업이 없는 경우 반환됩니다.

적용 대상

추가 정보