共用方式為


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 如果沒有工作屬於群組,則會傳回 。

適用於

另請參閱