Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.08 KB

automationpeer_getchildrencore_766641859.md

File metadata and controls

24 lines (17 loc) · 1.08 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.GetChildrenCore
winrt method

Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.GetChildrenCore

-description

Provides the peer's behavior when a Microsoft UI Automation client calls GetChildren or an equivalent Microsoft UI Automation client API.

-returns

The collection of AutomationPeer objects for child elements.

-remarks

The base implementation returns null. Peers that represent controls with item collections may override this result. Test the behavior of the peer you are using or overriding and override GetChildrenCore if you want to change that behavior.

-examples

-see-also

FrameworkElementAutomationPeer, Custom automation peers, Accessibility