UIElementAutomationPeer.GetChildrenCore 方法

定義

取得與這個 UIElement 相關聯之 UIElementAutomationPeer 的子項目集合。 這個方法是由 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)

傳回

AutomationPeer 項目的清單。

適用於