MenuItemAutomationPeer.GetChildrenCore Método

Definición

Obtiene la colección de elementos secundarios del control MenuItem asociado a este objeto MenuItemAutomationPeer. Es llamado por el método GetChildren().

protected:
 override System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildrenCore();
protected override System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildrenCore ();
override this.GetChildrenCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected Overrides Function GetChildrenCore () As List(Of AutomationPeer)

Devoluciones

Colección de elementos secundarios.

Se aplica a