TextElementAutomationPeer.GetChildrenCore Méthode

Définition

Obtient la collection d'éléments enfants du TextElement associé à ce TextElementAutomationPeer. Appelée par 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)

Retours

null.

Remarques

Étant donné que DocumentAutomationPeer fournit l’accès à son contenu via TextPattern, cette méthode retourne nulltoujours .

S’applique à

Voir aussi