Share via


TextElementAutomationPeer.GetChildrenCore Método

Definición

Obtiene la colección de elementos secundarios del control TextElement asociado a este objeto TextElementAutomationPeer. 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

null.

Comentarios

Dado que DocumentAutomationPeer proporciona acceso a su contenido a través TextPatternde , este método siempre devuelve null.

Se aplica a

Consulte también