Compartir a través de


View.GetChildElements(Point) Método

Definición

Obtiene los elementos secundarios que están visualmente debajo del especificado 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)

Parámetros

point
Point

Punto en el que se van a buscar elementos secundarios.

Devoluciones

Todos los elementos secundarios están visualmente debajo pointde .

Implementaciones

Se aplica a