IBackgroundTaskRegistration2.Trigger Proprietà

Definizione

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.

Si applica a