TextElementAutomationPeer.GetChildrenCore Метод

Определение

Получает коллекцию дочерних элементов объекта TextElement, связанного с данным объектом TextElementAutomationPeer. Вызывается методом 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)

Возвращаемое значение

List<AutomationPeer>

null.

Комментарии

Так как DocumentAutomationPeer предоставляет доступ к его содержимому черезTextPattern, этот метод всегда возвращает .null

Применяется к

См. также раздел