WindowsFormsHostAutomationPeer(WindowsFormsHost) コンストラクター

定義

WindowsFormsHostAutomationPeer クラスの新しいインスタンスを初期化します。

public:
 WindowsFormsHostAutomationPeer(System::Windows::Forms::Integration::WindowsFormsHost ^ owner);
public WindowsFormsHostAutomationPeer (System.Windows.Forms.Integration.WindowsFormsHost owner);
new System.Windows.Automation.Peers.WindowsFormsHostAutomationPeer : System.Windows.Forms.Integration.WindowsFormsHost -> System.Windows.Automation.Peers.WindowsFormsHostAutomationPeer
Public Sub New (owner As WindowsFormsHost)

パラメーター

owner
WindowsFormsHost

この WindowsFormsHostAutomationPeer に関連付けられた WindowsFormsHost

適用対象