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
は、グループに属するタスクがない場合に返されます。