UIElement.OnCreateAutomationPeer Method ()
.NET Framework (current version)
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Assembly: PresentationCore (in PresentationCore.dll)
abstract OnCreateAutomationPeer : unit -> AutomationPeer override OnCreateAutomationPeer : unit -> AutomationPeer
Return Value
Type: System.Windows.Automation.Peers.AutomationPeerThe type-specific AutomationPeer implementation.
Notes to Inheritors:
The implementation of this method is typically to call the constructor of a specific AutomationPeer implementation, and return it as the return value.
All UIElement derived classes should implement this method in order to provide their own specific AutomationPeer implementations to the Windows Presentation Foundation (WPF) infrastructure. For details on implementing this pattern, see AutomationPeer.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: