AnchorRequestedEventArgs.AnchorCandidates Propriété
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.
Obtient l’ensemble des candidats d’ancre actuellement inscrits avec le contrôle de défilement (par exemple, ScrollViewer).
public:
property IVector<UIElement ^> ^ AnchorCandidates { IVector<UIElement ^> ^ get(); };
IVector<UIElement> AnchorCandidates();
public IList<UIElement> AnchorCandidates { get; }
var iVector = anchorRequestedEventArgs.anchorCandidates;
Public ReadOnly Property AnchorCandidates As IList(Of UIElement)
Valeur de propriété
Liste des candidats d’ancre UIElement .