HwndHost.OnCreateAutomationPeer Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Creates an AutomationPeer for HwndHost .
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System.Windows.Automation.Peers.AutomationPeerThe type-specific AutomationPeer implementation.
The implementation of this method is typically to call the constructor of a specific AutomationPeer implementation, and return it as the return value. The HwndHost implementation of OnCreateAutomationPeer does this, but the automation peer that it returns is an internal class.
.NET Framework
Available since 3.0
Available since 3.0
Show: