NavigationManager.SetNavigationLockState(Boolean) Method
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.
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.