Partager via


ScrollingAnchorRequestedEventArgs.AnchorCandidates Propriété

Définition

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.

S’applique à