Element.IVisualTreeElement.GetVisualChildren Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a readonly list of the element's visual children.
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
Returns
A readonly list containing the element's visual children.
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.