BackgroundTaskRegistrationGroup.AllTasks 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得屬於群組的所有背景工作。
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)
屬性值
IMapView<Platform::Guid,BackgroundTaskRegistration>
IMapView<winrt::guid,BackgroundTaskRegistration>
屬於群組的背景工作。
備註
Null
如果沒有工作屬於群組,則會傳回 。