Element.IVisualTreeElement.GetVisualChildren 메서드

정의

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

 virtual System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IVisualTreeElement ^> ^ Microsoft.Maui.IVisualTreeElement.GetVisualChildren() = Microsoft::Maui::IVisualTreeElement::GetVisualChildren;
System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IVisualTreeElement> IVisualTreeElement.GetVisualChildren ();
abstract member Microsoft.Maui.IVisualTreeElement.GetVisualChildren : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IVisualTreeElement>
override this.Microsoft.Maui.IVisualTreeElement.GetVisualChildren : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IVisualTreeElement>
Function GetVisualChildren () As IReadOnlyList(Of IVisualTreeElement) Implements IVisualTreeElement.GetVisualChildren

반환

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

구현

적용 대상