FlowDocument.OnCreateAutomationPeer メソッド

定義

派生クラスでオーバーライドされると、Windows Presentation Foundation (WPF) インフラストラクチャに特定AutomationPeerの実装が提供されます。

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 実装。

注釈

このメソッドの実装は、通常、特定 AutomationPeer の実装のコンストラクターを呼び出し、結果を返します。

適用対象