BackgroundTaskRegistration.Trigger Proprietà

Definizione

Questo non è destinato all'uso nel codice. Per tutti i tipi di trigger non supportati, il valore restituito da questa proprietà è Null.

public:
 property IBackgroundTrigger ^ Trigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger Trigger();
public IBackgroundTrigger Trigger { get; }
var iBackgroundTrigger = backgroundTaskRegistration.trigger;
Public ReadOnly Property Trigger As IBackgroundTrigger

Valore della proprietà

Questo non è destinato all'uso nel codice. Per tutti i tipi di trigger non supportati, il valore restituito da questa proprietà è Null.

Implementazioni

Si applica a