TextElementAutomationPeer.GetChildrenCore Method

Definition

Gets the collection of child elements of the TextElement that is associated with this TextElementAutomationPeer. Called by 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)

Returns

null.

Remarks

Because DocumentAutomationPeer provides access to its content through TextPattern, this method always returns null.

Applies to

See also