HwndHost.OnCreateAutomationPeer メソッド

定義

AutomationPeerHwndHost を作成します。

protected:
 override System::Windows::Automation::Peers::AutomationPeer ^ OnCreateAutomationPeer();
protected override System.Windows.Automation.Peers.AutomationPeer OnCreateAutomationPeer ();
override this.OnCreateAutomationPeer : unit -> System.Windows.Automation.Peers.AutomationPeer
Protected Overrides Function OnCreateAutomationPeer () As AutomationPeer

戻り値

型固有の AutomationPeer 実装。

注釈

このメソッドの実装は、通常、特定 AutomationPeer の実装のコンストラクターを呼び出し、それを戻り値として返します。 のOnCreateAutomationPeer実装はこれをHwndHost行いますが、返されるオートメーション ピアは内部クラスです。

適用対象

こちらもご覧ください