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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.