View.GetChildElements(Point) Metoda

Definicja

Pobiera elementy podrzędne, które znajdują się wizualnie poniżej określonego pointelementu .

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

Punkt, pod którym należy wyszukać elementy podrzędne.

Zwraca

Wszystkie elementy podrzędne wizualnie poniżej pointelementu .

Implementuje

Dotyczy