Freigeben über


BackgroundActivatedEventArgs.TaskInstance Eigenschaft

Definition

Ruft die Hintergrundaufgabe ab, die die App aktiviert hat.

public:
 property IBackgroundTaskInstance ^ TaskInstance { IBackgroundTaskInstance ^ get(); };
IBackgroundTaskInstance TaskInstance();
public IBackgroundTaskInstance TaskInstance { get; }
var iBackgroundTaskInstance = backgroundActivatedEventArgs.taskInstance;
Public ReadOnly Property TaskInstance As IBackgroundTaskInstance

Eigenschaftswert

Die Hintergrundaufgabe, die die App aktiviert hat.

Implementiert

Gilt für: