TextElementAutomationPeer.GetChildrenCore Método

Definição

Obtém a coleção de elementos filho do TextElement associado a este TextElementAutomationPeer. 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>

null.

Comentários

Como DocumentAutomationPeer fornece acesso ao conteúdo por meio TextPatterndele, esse método sempre retorna null.

Aplica-se a

Confira também