WebUIBackgroundTaskInstanceRuntimeClass.Task Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 = webUIBackgroundTaskInstanceRuntimeClass.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.