Slider.OnCreateAutomationPeer Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a SliderAutomationPeer object for use by the Windows Phone automation infrastructure.
Assembly: System.Windows (in System.Windows.dll)
Return Value
Type: System.Windows.Automation.Peers.AutomationPeerA SliderAutomationPeer object for use by the slider control.
This method creates a new SliderAutomationPeer instance if one has not been created for the slider. Otherwise, it returns the SliderAutomationPeer previously created.
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.