Compartir a través de


BackgroundTaskRegistrationGroup.AllTasks Propiedad

Definición

Obtiene todas las tareas en segundo plano que pertenecen al 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 de propiedad

Tareas en segundo plano que pertenecen al grupo.

Comentarios

Null se devuelve si ninguna tarea pertenece al grupo.

Se aplica a

Consulte también