Compartilhar via


UIElement3DAutomationPeer.GetChildrenCore Método

Definição

Retorna a coleção de elementos filho do UIElement3D associado a este UIElement3DAutomationPeer. Este método é chamado por 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)

Retornos

List<AutomationPeer>

Os elementos AutomationPeer que correspondem aos elementos filho do UIElement3D.

Comentários

As classes que herdam UIElement3DAutomationPeer normalmente não precisam substituir GetChildrenCore.

UIElement3DAutomationPeeré introduzido no .NET Framework versão 3.5. Para saber mais, confira Versões e dependências.

Aplica-se a