BackgroundTaskRegistration.Trigger Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is not intended for use in your code. For all unsupported trigger types, the value returned by this property is null.
public:
property IBackgroundTrigger ^ Trigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger Trigger();
public IBackgroundTrigger Trigger { get; }
var iBackgroundTrigger = backgroundTaskRegistration.trigger;
Public ReadOnly Property Trigger As IBackgroundTrigger
Property Value
This is not intended for use in your code. For all unsupported trigger types, the value returned by this property is null.