Share via


PivotHeaderItemAutomationPeer.GetChildrenCore Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Retrieves the collection of child elements of the PivotHeaderItem that is associated with this PivotHeaderItemAutomationPeer. Called by GetChildren()()().

Namespace:  Microsoft.Phone.Automation.Peers
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Protected Overrides Function GetChildrenCore As List(Of AutomationPeer)
protected override List<AutomationPeer> GetChildrenCore()

Return Value

Type: System.Collections.Generic..::.List<(Of <(AutomationPeer>)>)
Returns List<(Of <(T>)>).

Version Information

Windows Phone OS

Supported in: 8.1

See Also

Reference

PivotHeaderItemAutomationPeer Class

Microsoft.Phone.Automation.Peers Namespace