UIElementAutomationPeer(UIElement) Constructor

Definition

Initializes a new instance of the UIElementAutomationPeer class.

public:
 UIElementAutomationPeer(System::Windows::UIElement ^ owner);
public UIElementAutomationPeer (System.Windows.UIElement owner);
new System.Windows.Automation.Peers.UIElementAutomationPeer : System.Windows.UIElement -> System.Windows.Automation.Peers.UIElementAutomationPeer
Public Sub New (owner As UIElement)

Parameters

owner
UIElement

The UIElement that is associated with this UIElementAutomationPeer.

Applies to