ItemAutomationPeer::GetChildrenCore Method ()

 

Gets the collection of child elements of the UIElement that corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer.

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

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

Return Value

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

The collection of child elements.

This method is called by GetChildren.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: