Поделиться через


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.

Реализации

Применяется к