TextBlockAutomationPeer.GetChildrenCore 方法

定义

获取与此 TextBlock 关联的 TextBlockAutomationPeer 的子元素的集合。 由 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)

返回

子元素的集合,或如果 null 为空,则为 TextBlock

适用于

另请参阅