GeovisitTriggerDetails
GeovisitTriggerDetails
GeovisitTriggerDetails
GeovisitTriggerDetails
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.]
Manages the details of a trigger for a Visits-related background task.
public : sealed class GeovisitTriggerDetails : IGeovisitTriggerDetailspublic sealed class GeovisitTriggerDetails : IGeovisitTriggerDetailsPublic NotInheritable Class GeovisitTriggerDetails Implements IGeovisitTriggerDetails// 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)
|
Methods
ReadReports() ReadReports() ReadReports() ReadReports()
Prerelease. Gets a list of Visit-related state changes that the user has logged since they were last queried.
public : IVectorView<Geovisit> ReadReports()public IReadOnlyList<Geovisit> ReadReports()Public Function ReadReports() As IReadOnlyList( Of Geovisit )// You can use this method in JavaScript.
Returns
An IVectorView of Geovisit instances representing the user's Visit-related state changes, starting with the earliest entries.