ItemsControlAutomationPeer::GetChildrenCore Method ()

 

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

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.

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