Partager via


IBackgroundTaskInstance.Task Propriété

Définition

Obtient l’accès à la tâche en arrière-plan inscrite pour cette tâche en arrière-plan instance.

public:
 property BackgroundTaskRegistration ^ Task { BackgroundTaskRegistration ^ get(); };
BackgroundTaskRegistration Task();
public BackgroundTaskRegistration Task { get; }
var backgroundTaskRegistration = iBackgroundTaskInstance.task;
Public ReadOnly Property Task As BackgroundTaskRegistration

Valeur de propriété

Interface qui fournit l’accès à la tâche en arrière-plan inscrite.

S’applique à