UIElementAutomationPeer::GetChildrenCore Method ()

 

Gets the collection of child elements of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetChildren.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual List<AutomationPeer^>^ GetChildrenCore() override

Return Value

Type: System.Collections.Generic::List<AutomationPeer^>^

A list of child AutomationPeer elements.

.NET Framework
Available since 3.0
Return to top
Show: