View.GetChildElements(Point) 方法

定义

获取在视觉上位于指定 point下的子元素。

public:
 virtual System::Collections::Generic::IList<Microsoft::Maui::Controls::GestureElement ^> ^ GetChildElements(Microsoft::Maui::Graphics::Point point);
public virtual System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement> GetChildElements (Microsoft.Maui.Graphics.Point point);
abstract member GetChildElements : Microsoft.Maui.Graphics.Point -> System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement>
override this.GetChildElements : Microsoft.Maui.Graphics.Point -> System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement>
Public Overridable Function GetChildElements (point As Point) As IList(Of GestureElement)

参数

point
Point

在其下搜索子元素的点。

返回

所有子元素都直观地位于 下方 point

实现

适用于