Sdílet prostřednictvím


View.GetChildElements(Point) Metoda

Definice

Získá podřízené prvky, které jsou vizuálně pod zadaným pointobjektem .

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)

Parametry

point
Point

Bod, pod kterým chcete vyhledat podřízené prvky.

Návraty

Všechny podřízené prvky jsou vizuálně pod objektem point.

Implementuje

Platí pro