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に視覚的に表示されます。

実装

適用対象