Compartir vía


UIElement3DAutomationPeer.GetChildrenCore Método

Definición

Devuelve la colección de elementos secundarios del elemento UIElement3D que está asociado a esta clase UIElement3DAutomationPeer. GetChildren() llama a este método.

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

List<AutomationPeer>

Elementos de AutomationPeer que corresponden a los elementos secundarios de UIElement3D.

Comentarios

Las clases que heredan de UIElement3DAutomationPeer normalmente no necesitan invalidar GetChildrenCore.

UIElement3DAutomationPeerse introduce en la .NET Framework versión 3.5. Para más información, vea Versiones y dependencias.

Se aplica a