DocumentAutomationPeer.GetChildrenCore 方法

定义

获取与此 FrameworkContentElement 关联的 DocumentAutomationPeer 的子元素集合。 此方法由 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>

因为 DocumentAutomationPeer 可通过 TextPattern 对其内容进行访问,所以此方法始终返回 null

适用于

另请参阅