UIElement.OnCreateAutomationPeer Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Windows Phone automation infrastructure.
Assembly: System.Windows (in System.Windows.dll)
Return Value
Type: System.Windows.Automation.Peers.AutomationPeerThe class-specific AutomationPeer subclass to return.
Classes that participate in the Windows Phone automation infrastructure must implement this method to return a class-specific derived class of AutomationPeer that reports information for automation behavior.
Show: