Updated: November 2007
Provides a base class that exposes an element to UI Automation.
Public MustInherit Class AutomationPeer _ Inherits DispatcherObject
Dim instance As AutomationPeer
public abstract class AutomationPeer : DispatcherObject
public ref class AutomationPeer abstract : public DispatcherObject
public abstract class AutomationPeer extends DispatcherObject
This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.
When UI Automation queries the root of a Windows Presentation Foundation (WPF) application about an element, the root returns the UI Automation peer for that element. The peer also responds to UI Automation questions about its corresponding element.
Windows Vista