ScrollViewer.UnregisterAnchorCandidate(UIElement) 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.
Annule l’inscription d’un élément UIElement en tant qu’ancre de défilement potentielle.
public:
virtual void UnregisterAnchorCandidate(UIElement ^ element) = UnregisterAnchorCandidate;
void UnregisterAnchorCandidate(UIElement const& element);
public void UnregisterAnchorCandidate(UIElement element);
function unregisterAnchorCandidate(element)
Public Sub UnregisterAnchorCandidate (element As UIElement)
Paramètres
- element
- UIElement
UIElement dans la sous-arborescence de ScrollViewer.
Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Remarques
Lorsque la propriété CanBeScrollAnchor d’un élément passe à false (ou que l’élément est supprimé de l’arborescence visuelle), l’infrastructure localise le premier IScrollAnchorProvider dans la chaîne d’ancêtres de cet élément et appelle automatiquement sa méthode UnregisterAnchorCandidate.