DocumentAutomationPeer.GetChildrenCore Método

Definição

Obtém a coleção de elementos filhos para o FrameworkContentElement que está associada a este DocumentAutomationPeer. 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)

Devoluções

Como DocumentAutomationPeer dá acesso ao seu conteúdo através TextPatternde , este método retorna nullsempre .

Aplica-se a

Ver também