GenericRootAutomationPeer(UIElement) Constructor

Definition

Initializes a new instance of the GenericRootAutomationPeer class.

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

Parameters

owner
UIElement

The UIElement that is associated with this GenericRootAutomationPeer.

Applies to