Share via


IVisualTreeElement.GetVisualChildren 메서드

정의

요소의 시각적 자식에 대한 읽기 전용 목록을 가져옵니다.

public:
 System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IVisualTreeElement ^> ^ GetVisualChildren();
public System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IVisualTreeElement> GetVisualChildren ();
abstract member GetVisualChildren : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IVisualTreeElement>
Public Function GetVisualChildren () As IReadOnlyList(Of IVisualTreeElement)

반환

요소의 시각적 자식을 포함하는 읽기 전용 목록입니다.

설명

명시적으로 정의되지 않는 한 요소의 시각적 자식도 논리적 자식이 됩니다.

적용 대상