ContentElement::OnCreateAutomationPeer Method ()
.NET Framework (current version)
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Assembly: PresentationCore (in PresentationCore.dll)
Return Value
Type: System.Windows.Automation.Peers::AutomationPeer^The 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 ContentElement 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
Available since 3.0
Show: