BackgroundTaskRegistrationGroup.AllTasks Proprietà

Definizione

Ottiene tutte le attività in background che appartengono al gruppo.

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)

Valore della proprietà

Attività in background appartenenti al gruppo.

Commenti

Null viene restituito se nessuna attività appartiene al gruppo.

Si applica a

Vedi anche