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

适用于

另请参阅