View.GetChildElements(Point) Méthode

Définition

Retourne les éléments enfants qui se trouvent visuellement sous le point spécifié.

public virtual System.Collections.Generic.IList<Xamarin.Forms.GestureElement> GetChildElements (Xamarin.Forms.Point point);
abstract member GetChildElements : Xamarin.Forms.Point -> System.Collections.Generic.IList<Xamarin.Forms.GestureElement>
override this.GetChildElements : Xamarin.Forms.Point -> System.Collections.Generic.IList<Xamarin.Forms.GestureElement>

Paramètres

point
Point

Point sous lequel rechercher des éléments enfants.

Retours

System.Collections.Generic.IList<GestureElement>

Éléments enfants qui se trouvent visuellement sous le point spécifié.

Implémente

S’applique à