IScrollAnchorProvider.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.
public:
void UnregisterAnchorCandidate(UIElement ^ element);
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 IScrollAnchorProvider.
Remarques
Quand 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.