NavigationManager.SetNavigationLockState(Boolean) Méthode

Définition

Définit si la navigation est actuellement verrouillée. Si c’est le cas, les implémentations ne doivent pas mettre à jour Uri et appeler NotifyLocationChanged(Boolean) tant qu’elles n’ont pas d’abord confirmé la navigation en appelant 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)

Paramètres

value
Boolean

Indique si la navigation est actuellement verrouillée.

S’applique à