共用方式為


GeofenceMonitor.LastKnownGeoposition 屬性

定義

裝置位置的最後一次讀取。

public:
 property Geoposition ^ LastKnownGeoposition { Geoposition ^ get(); };
Geoposition LastKnownGeoposition();
public Geoposition LastKnownGeoposition { get; }
var geoposition = geofenceMonitor.lastKnownGeoposition;
Public ReadOnly Property LastKnownGeoposition As Geoposition

屬性值

裝置位置的最後一次讀取。

Windows 需求

應用程式功能
location

備註

使用這個屬性的值之前,應用程式必須先檢查該值不是 Null

適用於

另請參閱