NavigationManager.SetNavigationLockState(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.