AutomationPeerGetChildren Method

Gets the child automation peers.

Definition

Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IReadOnlyList<AutomationPeer> GetChildren()

Return Value

IReadOnlyListAutomationPeer

Remarks

WindowsIRawElementProviderFragment.Navigate
macOSNSAccessibilityProtocol.accessibilityChildren

See Also