共用方式為


PasswordBoxAutomationPeer(PasswordBox) 建構函式

定義

初始化 PasswordBoxAutomationPeer 類別的新執行個體。

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)

參數

owner
PasswordBox

與這個 PasswordBoxAutomationPeer 關聯的 PasswordBox

適用於

另請參閱