PasswordBoxAutomationPeer(PasswordBox) 构造函数

定义

初始化 PasswordBoxAutomationPeer 类的新实例。

public:
 PasswordBoxAutomationPeer(PasswordBox ^ owner);
 PasswordBoxAutomationPeer(PasswordBox const& owner);
public PasswordBoxAutomationPeer(PasswordBox owner);
function PasswordBoxAutomationPeer(owner)
Public Sub New (owner As PasswordBox)

参数

owner
PasswordBox

要为其创建对等节点的 PasswordBox

适用于