Freigeben über


PasswordBoxAutomationPeer(PasswordBox) Konstruktor

Definition

Initialisiert eine neue Instanz der PasswordBoxAutomationPeer-Klasse.

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

Parameter

owner
PasswordBox

Die PasswordBox, die diesem PasswordBoxAutomationPeer zugeordnet ist.

Gilt für

Siehe auch