IBackgroundTaskRegistration2.Trigger 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 le déclencheur associé à la tâche en arrière-plan.
public:
property IBackgroundTrigger ^ Trigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger Trigger();
public IBackgroundTrigger Trigger { get; }
var iBackgroundTrigger = iBackgroundTaskRegistration2.trigger;
Public ReadOnly Property Trigger As IBackgroundTrigger
Valeur de propriété
Déclencheur associé à la tâche en arrière-plan.
Remarques
Pour tous les types de déclencheurs non pris en charge, cette propriété retourne null.