UIElement.OnCreateAutomationPeer メソッド

定義

Windows Presentation Foundation (WPF) インフラストラクチャに対するクラス固有の AutomationPeer の実装を返します。

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

戻り値

AutomationPeer

型固有の AutomationPeer 実装。

注意 (継承者)

このメソッドの実装は、通常、特定 AutomationPeer の実装のコンストラクターを呼び出し、それを戻り値として返します。

すべてのUIElement派生クラスは、Windows Presentation Foundation (WPF) インフラストラクチャに独自の実装AutomationPeerを提供するために、このメソッドを実装する必要があります。 このパターンの実装の詳細については、次を参照してください AutomationPeer

適用対象