GeovisitTrigger
GeovisitTrigger
GeovisitTrigger
GeovisitTrigger
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Represents an event that triggers a Visits-related background task.
public : sealed class GeovisitTrigger : IBackgroundTrigger, IGeovisitTriggerpublic sealed class GeovisitTrigger : IBackgroundTrigger, IGeovisitTriggerPublic NotInheritable Class GeovisitTrigger Implements IBackgroundTrigger, IGeovisitTrigger// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Remarks
For more information, see the Guidelines for using Visits tracking.
Constructors
GeovisitTrigger() GeovisitTrigger() GeovisitTrigger() GeovisitTrigger()
Prerelease. Initializes a new GeovisitTrigger instance.
public : GeovisitTrigger()public GeovisitTrigger()Public Sub New()// You can use this method in JavaScript.
Properties
MonitoringScope MonitoringScope MonitoringScope MonitoringScope
Prerelease. Gets and sets the scope of Visits to monitor.
public : VisitMonitoringScope MonitoringScope { get; set; }public VisitMonitoringScope MonitoringScope { get; set; }Public ReadWrite Property MonitoringScope As VisitMonitoringScope// You can use this property in JavaScript.
A VisitMonitoringScope value representing the scope of location monitoring.