GetChildren Method
Gets the child automation peers.
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IReadOnlyList<AutomationPeer> GetChildren()
Public Function GetChildren As IReadOnlyList(Of AutomationPeer)
member GetChildren : unit -> IReadOnlyList<AutomationPeer>