Compartilhar via


UIElementAutomationPeer(UIElement) Construtor

Definição

Inicializa uma nova instância da classe UIElementAutomationPeer.

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)

Parâmetros

owner
UIElement

O UIElement associado a este UIElementAutomationPeer.

Aplica-se a