GeolocationProvider.IsOverridden 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.
Gets a value indicating whether the owning GeolocationProvider is currently overridden or not. You can access this property's value in your handler for the GeolocationProvider.IsOverriddenChanged event.
Note
To call location-override APIs, an app must declare the runFullTrust
restricted capability.
Important
The Windows.Devices.Geolocation.Provider APIs are part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.
public:
property bool IsOverridden { bool get(); };
bool IsOverridden();
public bool IsOverridden { get; }
var boolean = geolocationProvider.isOverridden;
Public ReadOnly Property IsOverridden As Boolean
Property Value
bool
A Boolean value indicating whether the owning GeolocationProvider is currently overridden or not.
Windows requirements
App capabilities |
runFullTrust
|
Remarks
See Remarks in GeolocationProvider.