次の方法で共有


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

適用対象