ListBoxItem.OnCreateAutomationPeer Método
Definición
Proporciona una implementación apropiada de ListBoxItemAutomationPeer para este control, como parte de la infraestructura de automatización de WPFWPF.Provides an appropriate ListBoxItemAutomationPeer implementation for this control, as part of the WPFWPF automation infrastructure.
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
Implementación de AutomationPeer específica del tipo.The type-specific AutomationPeer implementation.