ScrollViewer.OnCreateAutomationPeer Método

Definición

Proporciona una implementación adecuada AutomationPeer para este control, como parte de la infraestructura de automatización de Windows Presentation Foundation (WPF).

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

Devoluciones

AutomationPeer

Implementación de AutomationPeer apropiada para este control.

Se aplica a

Consulte también