Compartilhar via


BackgroundTaskRegistrationGroup.AllTasks Propriedade

Definição

Obtém todas as tarefas em segundo plano que pertencem ao grupo.

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)

Valor da propriedade

As tarefas em segundo plano que pertencem ao grupo.

Comentários

Null será retornado se nenhuma tarefa pertencer ao grupo.

Aplica-se a

Confira também