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.

구현

적용 대상