ScrollingAnchorRequestedEventArgs.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 la collection des candidats d’éléments d’ancre à partir de laquelle choisir.
public:
property IVector<UIElement ^> ^ AnchorCandidates { IVector<UIElement ^> ^ get(); };
IVector<UIElement> AnchorCandidates();
public IList<UIElement> AnchorCandidates { get; }
var iVector = scrollingAnchorRequestedEventArgs.anchorCandidates;
Public ReadOnly Property AnchorCandidates As IList(Of UIElement)
Valeur de propriété
Collection de candidats d’éléments d’ancrage à partir duquel choisir.