View.GetChildElements(Point) 方法

定義

傳回顯示在所指定 point 下的子元素。

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>

參數

point
Point

要在其下搜尋子元素的點。

傳回

顯示在所指定 point 下的子元素。

實作

適用於