UIElementAutomationPeer(UIElement) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

owner
UIElement

Oggetto UIElement associato all'oggetto UIElementAutomationPeer.

Si applica a