NavigationManager.SetNavigationLockState(Boolean) Method

Definition

Sets whether navigation is currently locked. If it is, then implementations should not update Uri and call NotifyLocationChanged(Boolean) until they have first confirmed the navigation by calling NotifyLocationChangingAsync(String, String, Boolean).

protected virtual void SetNavigationLockState (bool value);
abstract member SetNavigationLockState : bool -> unit
override this.SetNavigationLockState : bool -> unit
Protected Overridable Sub SetNavigationLockState (value As Boolean)

Parameters

value
Boolean

Whether navigation is currently locked.

Applies to