GetOrCreateChildrenCore Method
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected abstract IReadOnlyList<AutomationPeer> GetOrCreateChildrenCore()
Protected MustOverride Function GetOrCreateChildrenCore As IReadOnlyList(Of AutomationPeer)
abstract GetOrCreateChildrenCore : unit -> IReadOnlyList<AutomationPeer>