View.GetChildElements(Point) 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.
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é.