IBackgroundTaskRegistration2.Trigger Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il trigger associato all'attività in background.
public:
property IBackgroundTrigger ^ Trigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger Trigger();
public IBackgroundTrigger Trigger { get; }
var iBackgroundTrigger = iBackgroundTaskRegistration2.trigger;
Public ReadOnly Property Trigger As IBackgroundTrigger
Valore della proprietà
Trigger associato all'attività in background.
Commenti
Per tutti i tipi di trigger non supportati, questa proprietà restituisce Null.