Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 704 Bytes

backgroundactivatedeventargs_taskinstance.md

File metadata and controls

22 lines (15 loc) · 704 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Activation.BackgroundActivatedEventArgs.TaskInstance
winrt property

Windows.ApplicationModel.Activation.BackgroundActivatedEventArgs.TaskInstance

-description

Get the data that was available to the IBackgroundTask.Run method that resulted in your app being activated.

-property-value

The IBackgroundTaskInstance that activated your app.

-remarks

-examples

-see-also