ButtonAutomationPeer(Button) Konstruktor

Definition

Initialisiert eine neue Instanz der ButtonAutomationPeer-Klasse.

public:
 ButtonAutomationPeer(System::Windows::Controls::Button ^ owner);
public ButtonAutomationPeer (System.Windows.Controls.Button owner);
new System.Windows.Automation.Peers.ButtonAutomationPeer : System.Windows.Controls.Button -> System.Windows.Automation.Peers.ButtonAutomationPeer
Public Sub New (owner As Button)

Parameter

owner
Button

Das Element, das diesem Automatisierungspeer zugeordnet ist.

Gilt für